AntdCheckItemStyle class

可选中的列表项样式 @l AntdCheckItem

Inheritance
Available extensions

Constructors

AntdCheckItemStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, AntdFlexStyle? itemRowStyle, AntdBoxStyle? itemStyle, AntdIconStyle? iconStyle, Widget? activeIcon, Widget? unActiveIcon, Widget? disableIcon})
const

Properties

activeIcon Widget?
选中状态下显示的图标
final
bodyStyle AntdBoxStyle?
整个复选框项目容器的样式
final
disableIcon Widget?
禁用状态下显示的图标
final
hashCode int
The hash code for this object.
no setterinherited
iconStyle AntdIconStyle?
图标样式配置
final
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
itemRowStyle AntdFlexStyle?
单个选项对齐样式
final
itemStyle AntdBoxStyle?
单个选项的样式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unActiveIcon Widget?
未选中状态下显示的图标
final

Methods

copyFrom(covariant AntdCheckItemStyle? style) AntdCheckItemStyle
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