AntdRadioStyle constructor

const AntdRadioStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? indeterminateStyle,
  4. AntdBoxStyle? extraStyle,
  5. AntdIconStyle? activeIconStyle,
  6. Widget? activeIcon,
  7. AntdIconStyle? iconStyle,
  8. Widget? icon,
  9. AntdIconStyle? disableIconStyle,
  10. Widget? disableIcon,
  11. AntdFlexStyle? rowStyle,
})

Implementation

const AntdRadioStyle(
    {super.inherit,
    super.bodyStyle,
    super.indeterminateStyle,
    super.extraStyle,
    super.activeIconStyle,
    super.activeIcon,
    super.iconStyle,
    super.icon,
    super.disableIconStyle,
    super.disableIcon,
    super.rowStyle});