AntdRadio constructor
const
AntdRadio({
- Key? key,
- AntdRadioStyle? style,
- AntdStyleBuilder<
AntdRadioStyle, AntdRadio> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- dynamic defaultValue,
- dynamic value,
- bool? autoCollect = true,
- ValueChanged? onChange,
- bool? shouldTriggerChange = true,
- bool? indeterminate,
- Widget? extra,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdRadio(
{super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.defaultValue,
super.value,
super.autoCollect,
super.onChange,
super.shouldTriggerChange,
super.indeterminate,
super.extra,
super.hapticFeedback});