menu
rich_textfield_editor package
documentation
models/documents/nodes/container.dart
Container<T extends Node?>
children property
children property
dark_mode
light_mode
children
property
LinkedList
<
Node
>
get
children
List of children.
Implementation
LinkedList<Node> get children => _children;
rich_textfield_editor package
documentation
models/documents/nodes/container
Container<T extends Node?>
children property
Container class