BuiltInAttributeKey class

Supported partial rendering types: bold, italic, underline, strikethrough, textColor, highlightColor, href

Supported global rendering types: heading: h1, h2, h3, h4, h5, h6, ... block quote, list: ordered list, bulleted list, code block

Constructors

BuiltInAttributeKey()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

bold String
getter/setter pair
bulletedList String
getter/setter pair
checkbox String
getter/setter pair
code String
getter/setter pair
globalStyleKeys List<String>
getter/setter pair
h1 String
getter/setter pair
h2 String
getter/setter pair
h3 String
getter/setter pair
h4 String
getter/setter pair
h5 String
getter/setter pair
h6 String
getter/setter pair
heading String
getter/setter pair
highlightColor String
getter/setter pair
href String
getter/setter pair
italic String
getter/setter pair
number String
getter/setter pair
numberList String
getter/setter pair
partialStyleKeys List<String>
getter/setter pair
quote String
getter/setter pair
strikethrough String
getter/setter pair
subtype String
getter/setter pair
textColor String
getter/setter pair
underline String
getter/setter pair