menu
wysiwyg_flutter_quill package
documentation
flutter_quill.dart
Block
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
inherited
Returns
true
if this container has no child nodes.
Implementation
bool get isEmpty => _children.isEmpty;
wysiwyg_flutter_quill package
documentation
flutter_quill
Block
isEmpty property
Block class