AntdCascaderStyle class

级联选择器样式 @l AntdCascader

Inheritance
Available extensions

Constructors

AntdCascaderStyle.new({bool inherit = true, Color maskColor = const Color(0xff000000), double maskOpacity = 0.5, AntdBoxStyle? bodyStyle, AntdIconStyle? closeIconStyle, Widget? closeIcon, AntdBoxStyle? headerStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? cancelStyle, AntdBoxStyle? confirmStyle, AntdFlexStyle? headerFlexStyle, AntdCascaderAnimation? animation})
const

Properties

animation AntdCascaderAnimation?
弹出层动画
final
bodyStyle AntdBoxStyle?
内容样式
finalinherited
cancelStyle AntdBoxStyle?
取消按钮样式
final
closeIcon Widget?
关闭图标
finalinherited
closeIconStyle AntdIconStyle?
关闭按钮大小
finalinherited
confirmStyle AntdBoxStyle?
确认按钮样式
final
hashCode int
The hash code for this object.
no setterinherited
headerFlexStyle AntdFlexStyle?
头部弹性布局样式(控制标题和按钮的排列方式)
final
headerStyle AntdBoxStyle?
头部容器样式(包含标题和操作按钮的区域)
final
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
maskColor Color
背景色
finalinherited
maskOpacity double
透明度
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle AntdBoxStyle?
标题文本样式
final

Methods

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