menu
quill_markdown package
documentation
notus/src/document/node.dart
ContainerNode<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;
quill_markdown package
documentation
notus/src/document/node
ContainerNode<T extends Node?>
first property
ContainerNode class