AntdSliderBarStyle class

滑动选择器(SliderBar)的样式配置 @l AntdSliderBar

Inheritance
Available extensions

Constructors

AntdSliderBarStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, AntdBoxStyle? contentStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? activeTitleStyle, AntdBoxStyle? indicatorStyle, AntdBoxStyle? activeIndicatorStyle, Radius? activeCornerRadius})
const

Properties

activeCornerRadius Radius?
选中项的圆角半径(单位:像素)
final
activeIndicatorStyle AntdBoxStyle?
选中状态的指示器样式
final
activeTitleStyle AntdBoxStyle?
选中状态的标题样式
final
bodyStyle AntdBoxStyle?
滑动条整体容器样式
final
contentStyle AntdBoxStyle?
未选中状态的标题样式
final
hashCode int
The hash code for this object.
no setterinherited
indicatorStyle AntdBoxStyle?
未选中状态的指示器样式
final
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle AntdBoxStyle?
未选中状态的标题样式
final

Methods

copyFrom(covariant AntdSliderBarStyle? style) AntdSliderBarStyle
override
merge(T? other) → T?

Available on T?, provided by the StyleExtensions extension

mergeActive(T? defaultStyle, T? tdStyle, T? tdaStyle) → T?

Available on T?, provided by the StyleExtensions extension

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