S360fRadioGroup<T> constructor
const
S360fRadioGroup<T> ({
- required List<
S360fRadioOption< options,T> > - Key? key,
- T? value,
- bool readOnly = false,
- ValueChanged<
T?> ? onChanged, - S360fRadioInputSize size = S360fRadioInputSize.medium,
- Axis direction = Axis.vertical,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start,
Implementation
const S360fRadioGroup({
required this.options,
super.key,
this.value,
this.readOnly = false,
this.onChanged,
this.size = S360fRadioInputSize.medium,
this.direction = Axis.vertical,
this.mainAxisAlignment = MainAxisAlignment.start,
this.crossAxisAlignment = CrossAxisAlignment.start,
});