SFenceThemeData class

栅栏样式

Constructors

SFenceThemeData({List<Color> backgroundColors = const [Color(0xfff5f5f5)], List<Color> hightlightedColors = const [Colors.white], double height = 42})
const

Properties

backgroundColors List<Color>
每一列的背景颜色 数据不足默认为Colors.white且最后一列没有颜色
final
hashCode int
The hash code for this object.
no setteroverride
height double
每行高度
final
hightlightedColors List<Color>
每一列的高亮颜色 数据不足默认为Color(0xfff7f7f7)且最后一列没有颜色
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<Color>? backgroundColors, List<Color>? hightlightedColors, double? height}) SFenceThemeData
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 SFenceThemeData other) bool
The equality operator.
override