RichTextLeafText class final
- Inheritance
-
- Object
- RichTextLeafMarkable
- RichTextLeafText
- Implemented types
Constructors
-
RichTextLeafText({required String text, required List<
RichTextLeafMark> marks}) - RichTextLeafText.fromJson(JSONMap json)
-
factory
Properties
- anchor → RichTextLeafMarkAnchor?
-
finalinherited
- backgroundColor → RichTextLeafMarkHighlight?
-
Color behind text
finalinherited
- foregroundColor → RichTextLeafMarkTextStyle?
-
Text color
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBold → bool
-
finalinherited
- isCode → bool
-
finalinherited
- isItalic → bool
-
finalinherited
- isStriked → bool
-
finalinherited
- isSubscript → bool
-
finalinherited
- isSuperscript → bool
-
finalinherited
- isUnderlined → bool
-
finalinherited
- link → RichTextLeafMarkLink?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Text to be displayed
final
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