AntdSelectorOptionStyle class

Inheritance
Available extensions

Constructors

AntdSelectorOptionStyle.new({bool inherit = true, AntdBoxStyle? itemStyle, AntdBoxStyle? activeItemStyle, AntdBoxStyle? bodyStyle, AntdBoxStyle? labelStyle, AntdBoxStyle? descriptionStyle, required AntdSelectorBadgeStyle badge, required AntdSelectorBadgeStyle checkIcon})
const

Properties

activeItemStyle AntdBoxStyle?
选项激活状态的外层容器样式
final
badge AntdSelectorBadgeStyle
角标尺寸配置(宽高)
final
bodyStyle AntdBoxStyle?
选项主体内容区域样式
final
checkIcon AntdSelectorBadgeStyle
角标尺寸配置(宽高)
final
descriptionStyle AntdBoxStyle?
选项描述文本样式
final
hashCode int
The hash code for this object.
no setterinherited
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
itemStyle AntdBoxStyle?
选项外层容器的默认样式
final
labelStyle AntdBoxStyle?
选项标签文本样式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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