WiseStyle class

Constructors

WiseStyle()

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 Methods

textStyleBoldPrimaryText() TextStyle
加粗文本-适配深色模式
textStyleLargeTitle() TextStyle
大号标题-适配深色模式
textStyleMediumTitle() TextStyle
中号标题-适配深色模式
textStyleNormalTitle() TextStyle
正常标题-适配深色模式
textStylePrimaryText() TextStyle
文本-适配深色模式
textStyleSecondText() TextStyle
副文本-适配深色模式
textStyleSmallTitle() TextStyle
小号标题-适配深色模式
textStyleSuperLargeTitle() TextStyle
超大号标题-适配深色模式