AntdRadio constructor

const AntdRadio({
  1. Key? key,
  2. AntdRadioStyle? style,
  3. AntdStyleBuilder<AntdRadioStyle, AntdRadio>? styleBuilder,
  4. bool? disabled,
  5. bool? readOnly,
  6. dynamic defaultValue,
  7. dynamic value,
  8. bool? autoCollect = true,
  9. ValueChanged? onChange,
  10. bool? shouldTriggerChange = true,
  11. bool? indeterminate,
  12. Widget? extra,
  13. 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});