menu
flutter_quill_delta_from_html package
documentation
parser/extensions/node_ext.dart
NodeExt
getAttribute method
getAttribute method
dark_mode
light_mode
getAttribute
method
String
?
getAttribute
(
String
attr
)
Implementation
String? getAttribute(String attr) { return attributes[attr]; }
flutter_quill_delta_from_html package
documentation
parser/extensions/node_ext
NodeExt
getAttribute method
NodeExt extension on Element