TextThemeStyle class

Constructors

TextThemeStyle({TextStyle? extraLarge, TextStyle? large, TextStyle? normal, TextStyle? small, TextStyle? style})

Properties

extraLarge TextStyle?
超大字体
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
large TextStyle?
大字体
getter/setter pair
normal TextStyle?
默认字体
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small TextStyle?
小字体
getter/setter pair
style TextStyle?
TStyle 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.
inherited