menu
designflow_widgets package
documentation
data/models/widget_related/nodes_basics/node.dart
CNode
children property
children property
dark_mode
light_mode
children
property
List
<
CNode
>
?
children
final
The children of the node, if they exists
Implementation
final List<CNode>? children;
designflow_widgets package
documentation
data/models/widget_related/nodes_basics/node
CNode
children property
CNode class