menu
quill_markdown package
documentation
notus/src/document/attributes.dart
NotusStyle
keys property
keys property
dark_mode
light_mode
keys
property
Iterable
<
String
>
get
keys
Returns collection of all attribute keys in this set.
Implementation
Iterable<String> get keys => _data.keys;
quill_markdown package
documentation
notus/src/document/attributes
NotusStyle
keys property
NotusStyle class