childrenInstance property
The direct child component instances managed by this parent.
Implementation
@override
List<ComponentInstance> get childrenInstance => _childrenInstance;
The direct child component instances managed by this parent.
@override
List<ComponentInstance> get childrenInstance => _childrenInstance;