SHeaderThemeData class

标题样式配置

Constructors

SHeaderThemeData({TextStyle style = const TextStyle(color: Colors.black54, fontSize: 12), TextStyle descStyle = const TextStyle(color: Colors.white, height: 1, fontSize: 13), double iconSize = 15, double spacing = 8})
const

Properties

descStyle TextStyle
弹窗内容文字样式
final
hashCode int
The hash code for this object.
no setteroverride
iconSize double
标题后符号大小
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
间隔
final
style TextStyle
标题文字样式
final

Methods

copyWith({TextStyle? style, TextStyle? descStyle, double? iconSize, double? spacing}) SHeaderThemeData
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 ==(covariant SHeaderThemeData other) bool
The equality operator.
override