uBooleanInlineAttrs top-level constant
The attributes that behave as on/off toggles (no payload).
Implementation
const List<UInlineAttr> uBooleanInlineAttrs = <UInlineAttr>[
UInlineAttr.bold,
UInlineAttr.italic,
UInlineAttr.underline,
UInlineAttr.strikethrough,
UInlineAttr.code,
UInlineAttr.superscript,
UInlineAttr.subscript,
];