AntdCascaderOptionStyle constructor

const AntdCascaderOptionStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? childStyle,
  3. AntdBoxStyle? checkChildStyle,
  4. AntdFlexStyle? rowStyle,
  5. AntdIconStyle? checkIconStyle,
  6. Widget? checkIcon,
  7. AntdIconStyle? iconStyle,
  8. Widget? icon,
})

Implementation

const AntdCascaderOptionStyle(
    {super.inherit,
    this.childStyle,
    this.checkChildStyle,
    this.rowStyle,
    this.checkIconStyle,
    this.checkIcon,
    this.iconStyle,
    this.icon});