menu
wysiwyg_flutter_quill package
documentation
flutter_quill.dart
Block
first property
first property
dark_mode
light_mode
first
property
Node
?
get
first
inherited
Returns the first child
Node
.
Implementation
Node? get first => isEmpty ? null : _children.first;
wysiwyg_flutter_quill package
documentation
flutter_quill
Block
first property
Block class