menu
flutter_quill_delta_from_html package
documentation
parser/extensions/node_ext.dart
NodeExt
isParagraph property
isParagraph property
dark_mode
light_mode
isParagraph
property
bool
get
isParagraph
Ensure to detect p html tags
Implementation
bool get isParagraph => localName == 'p';
flutter_quill_delta_from_html package
documentation
parser/extensions/node_ext
NodeExt
isParagraph property
NodeExt extension on Element