childrenInstance property

  1. @override
List<ComponentInstance> get childrenInstance
override

Returns the current set of root-level children.

Implementation

@override
List<ComponentInstance> get childrenInstance => _childrenInstance;