NativeTemplateTextStyle class
Text style options for native templates.
Constructors
- NativeTemplateTextStyle({Color? textColor, Color? backgroundColor, NativeTemplateFontStyle? style, double? size})
- Create a NativeTemplateTextStyle.
Properties
- backgroundColor ↔ Color?
-
Background color
read / write
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- size ↔ double?
-
Size of the text
read / write
- style ↔ NativeTemplateFontStyle?
-
FontStyle] for the text
read / write
- textColor ↔ Color?
-
Text color
read / write
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.
override