SectionContent class
- Inheritance
- Available extensions
- Annotations
-
- @JsonSerializable()
Constructors
- SectionContent({required StyledTextContent title, required StyledTextContent subtitle, required StyledTextContent text})
-
const
-
SectionContent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contentType → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → StyledTextContent
-
final
- text → StyledTextContent
-
final
- title → StyledTextContent
-
final
-
toList
→ List<
StyledTextContent> -
Available on SectionContent, provided by the SectionContentExt extension
no setter
Methods
-
createWidget(
) → Widget -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited