Content class
Constructors
- Content({num? xCoordinate, num? yCoordinate, String? heading, String? headingTextColor, num? headingFontSize, num? headingFontWeight, bool? headingHasAdvancedOptions, String? headingAlignment, Margin? headingMargin, String? body, String? bodyTextColor, num? bodyFontSize, num? bodyFontWeight, bool? bodyHasAdvancedOptions, String? bodyAlignment, Margin? bodyMargin, String? id})
-
Content.fromJson(Map<
String, dynamic> json) -
factory
Properties
- body ↔ String?
-
getter/setter pair
- bodyAlignment ↔ String?
-
getter/setter pair
- bodyFontSize ↔ num?
-
getter/setter pair
- bodyFontWeight ↔ num?
-
getter/setter pair
- bodyHasAdvancedOptions ↔ bool?
-
getter/setter pair
- bodyMargin ↔ Margin?
-
getter/setter pair
- bodyTextColor ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading ↔ String?
-
getter/setter pair
- headingAlignment ↔ String?
-
getter/setter pair
- headingFontSize ↔ num?
-
getter/setter pair
- headingFontWeight ↔ num?
-
getter/setter pair
- headingHasAdvancedOptions ↔ bool?
-
getter/setter pair
- headingMargin ↔ Margin?
-
getter/setter pair
- headingTextColor ↔ String?
-
getter/setter pair
- id ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xCoordinate ↔ num?
-
getter/setter pair
- yCoordinate ↔ num?
-
getter/setter pair
Methods
-
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