RichTextLeafEmoji class final
- Inheritance
-
- Object
- RichTextLeafMarkable
- RichTextLeafEmoji
- Implemented types
Constructors
-
RichTextLeafEmoji({required String name, required String? text, required Uri? fallback, required List<
RichTextLeafMark> marks}) - RichTextLeafEmoji.fromJson(JSONMap json)
-
factory
Properties
- anchor → RichTextLeafMarkAnchor?
-
finalinherited
- backgroundColor → RichTextLeafMarkHighlight?
-
Color behind text
finalinherited
- fallback → Uri?
-
Fallback emoji image url
final
- 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
- name → String
-
Name of the emoji
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
Emoji as a string.
Null if content editor entered the emoji in any other way than the Storyblok "Add emoji" button.
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