AlphabetChildrenStyle class

Constructors

AlphabetChildrenStyle({double childWidth = 16, double childHeight = 16, double totalWidth = 16, double totalHeight = 450, EdgeInsetsGeometry? margin, Color selectBackgroundColor = Colors.black, Color unSelectBackgroundColor = Colors.white, Color selectTextColor = Colors.white, Color unSelectTextColor = Colors.black, TextDecoration textDecoration = TextDecoration.none, Axis alphabetDirection = Axis.vertical, Color? childrenBackgroundColor, double testSize = 10})

Properties

alphabetDirection Axis
二维中的两个基本方向。
final
childHeight double
子组件高度
final
childrenBackgroundColor Color?
整体背景色
final
childWidth double
子组件宽度
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry?
EdgeInsets 的基类,允许文本方向感知分辨率。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectBackgroundColor Color
已选背景色
final
selectTextColor Color
已选文字颜色
final
testSize double
字体大小
final
textDecoration TextDecoration
在文本附近绘制的装饰(例如,下划线)。
final
totalHeight double
整体高度
final
totalWidth double
整体宽度
final
unSelectBackgroundColor Color
未选背景色
final
unSelectTextColor Color
未选文字颜色
final

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