children property

All implicit navigators directly below this one in the widget tree.

Implementation

List<ImplicitNavigatorState<Object?>> get children =>
    _children.toList(growable: false);