AFieldRadioGroup constructor
const
AFieldRadioGroup({
- required List<
Option> options, - void onChanged(
- int?
- Key? key,
- bool readOnly = false,
- bool required = false,
- int? initialValue,
- String label = '',
- required String identifier,
- EdgeInsets? margin,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
- List<
ARule< ? customRules,int> > - bool expanded = false,
- int? flexible,
- EdgeInsets? padding,
- bool readonly = false,
Implementation
const AFieldRadioGroup({
required this.options,
super.onChanged,
super.key,
super.readOnly,
super.required,
super.initialValue,
String super.label = '',
required super.identifier,
super.margin,
super.linkToAForm,
super.onSubmit,
super.customRules,
super.expanded,
super.flexible,
super.padding,
super.readonly,
});