ElementStyle class
Constructors
- ElementStyle({String? margin, String? padding, String? width, String? height, String? fontSize, String? fontColor, String? fontWeight, String? align, String? innerAlign, String? textLines, String? color, String? backgroundColor, String? borderRadius, String? borderColor, String? borderWidth})
-
ElementStyle.fromMap(Map<
String, dynamic> map) -
factory
Properties
- align ↔ String?
-
getter/setter pair
- backgroundColor ↔ String?
-
getter/setter pair
- borderColor ↔ String?
-
getter/setter pair
- borderRadius ↔ String?
-
getter/setter pair
- borderWidth ↔ String?
-
getter/setter pair
- color ↔ String?
-
getter/setter pair
- fontColor ↔ String?
-
getter/setter pair
- fontSize ↔ String?
-
getter/setter pair
- fontWeight ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ String?
-
getter/setter pair
- innerAlign ↔ String?
-
getter/setter pair
- margin ↔ String?
-
getter/setter pair
- padding ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textLines ↔ String?
-
getter/setter pair
- width ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited