RichTextContainerParagraph class final
A text box Paragraph is both a Container and a Leaf since it can exist inside another Container e.g List
- Implemented types
Constructors
-
RichTextContainerParagraph({required List<
RichTextLeaf> content}) - RichTextContainerParagraph.fromJson(JSONMap json)
-
factory
Properties
-
content
→ List<
RichTextLeaf> -
Content of paragraph
final
- 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