menu
Flutter
widgets
FocusNode
children property
children
brightness_4
brightness_5
description
children
property
Iterable
<
FocusNode
>
children
An iterator over the children of this node.
Implementation
Iterable<FocusNode> get children => _children;
Flutter
widgets
FocusNode
children property
FocusNode class