*<Null safety>*
ChildView({required ChildViewConnection connection, bool hitTestable: true, bool focusable: true})
Creates a widget that is replaced by content from another process.
Implementation
ChildView(
{required this.connection,
this.hitTestable = true,
this.focusable = true})
: super(key: GlobalObjectKey(connection));