AntdCascaderStyle constructor
const
AntdCascaderStyle({
- 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,
Implementation
const AntdCascaderStyle({
super.inherit,
super.maskColor,
super.maskOpacity,
super.bodyStyle,
super.closeIconStyle,
super.closeIcon,
this.headerStyle,
this.titleStyle,
this.cancelStyle,
this.confirmStyle,
this.headerFlexStyle,
this.animation,
});