TextStyleTemplate class

Constructors

TextStyleTemplate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Static Properties

button_large TextStyle
buttons large
no setter
button_small TextStyle
no setter
text_h1 TextStyle
no setter
text_h2 TextStyle
no setter
text_h3 TextStyle
no setter
text_h4 TextStyle
no setter
text_parent TextStyle
DS Parent
no setter

Static Methods

t({Color? colorOpt = Colors.black, TextDecoration? textDecoration = TextDecoration.none, double dimenOpt = 0, String? fontFamily}) TextStyle