ChildView constructor

*<Null safety>*

ChildView({required ChildViewConnection connection, bool hitTestable: true, bool focusable: true})

Implementation

ChildView(
    {required this.connection,
    this.hitTestable = true,
    this.focusable = true})
    : super(key: GlobalObjectKey(connection));