RichTextLeafMarkable class base
Base class of markable leaves
- Implementers
Constructors
-
RichTextLeafMarkable({required List<
RichTextLeafMark> marks})
Properties
- anchor → RichTextLeafMarkAnchor?
-
final
- backgroundColor → RichTextLeafMarkHighlight?
-
Color behind text
final
- foregroundColor → RichTextLeafMarkTextStyle?
-
Text color
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBold → bool
-
final
- isCode → bool
-
final
- isItalic → bool
-
final
- isStriked → bool
-
final
- isSubscript → bool
-
final
- isSuperscript → bool
-
final
- isUnderlined → bool
-
final
- link → RichTextLeafMarkLink?
-
final
- 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 Methods
-
marksFromJson(
JSONMap json) → List< RichTextLeafMark>