AntdCascaderOptionStyle class
配置项样式 @l AntdCascaderView
- Inheritance
- Available extensions
Constructors
- AntdCascaderOptionStyle({bool inherit = true, AntdBoxStyle? childStyle, AntdBoxStyle? checkChildStyle, AntdFlexStyle? rowStyle, AntdIconStyle? checkIconStyle, Widget? checkIcon, AntdIconStyle? iconStyle, Widget? icon})
-
const
Properties
- checkChildStyle → AntdBoxStyle?
-
选中状态下子选项的容器样式
final
- checkIcon → Widget?
-
选中状态下显示的图标
final
- checkIconStyle → AntdIconStyle?
-
选中状态下显示的图标样式
final
- childStyle → AntdBoxStyle?
-
子选项的容器样式
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
未选中状态下显示的图标
final
- iconStyle → AntdIconStyle?
-
未选中状态下显示的图标样式
final
- inherit → bool
-
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
- rowStyle → AntdFlexStyle?
-
布局使用的Flex样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyFrom(
covariant AntdCascaderOptionStyle? style) → AntdCascaderOptionStyle -
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