AntdCascaderOptionStyle constructor
const
AntdCascaderOptionStyle({
- bool inherit = true,
- AntdBoxStyle? childStyle,
- AntdBoxStyle? checkChildStyle,
- AntdFlexStyle? rowStyle,
- AntdIconStyle? checkIconStyle,
- Widget? checkIcon,
- AntdIconStyle? iconStyle,
- Widget? icon,
Implementation
const AntdCascaderOptionStyle(
{super.inherit,
this.childStyle,
this.checkChildStyle,
this.rowStyle,
this.checkIconStyle,
this.checkIcon,
this.iconStyle,
this.icon});