menu
rich_textfield_editor package
documentation
models/documents/nodes/container.dart
Container<T extends Node?>
first property
first property
dark_mode
light_mode
first
property
Node
get
first
Returns the first child
Node
.
Implementation
Node get first => _children.first;
rich_textfield_editor package
documentation
models/documents/nodes/container
Container<T extends Node?>
first property
Container class