AntdRadioStyle constructor
const
AntdRadioStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? indeterminateStyle,
- AntdBoxStyle? extraStyle,
- AntdIconStyle? activeIconStyle,
- Widget? activeIcon,
- AntdIconStyle? iconStyle,
- Widget? icon,
- AntdIconStyle? disableIconStyle,
- Widget? disableIcon,
- 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});