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
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
Size of the text
getter/setter pair
style NativeTemplateFontStyle?
FontStyle] for the text
getter/setter pair
textColor Color?
Text color
getter/setter pair

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