S360fRadioInput<T> constructor
const
S360fRadioInput<T> ({
- required T value,
- T? groupValue,
- Key? key,
- String? label,
- S360fRadioInputSize size = S360fRadioInputSize.medium,
- bool readOnly = false,
- ValueChanged<
T?> ? onChanged,
Implementation
const S360fRadioInput({
required this.value,
this.groupValue,
super.key,
this.label,
this.size = S360fRadioInputSize.medium,
this.readOnly = false,
this.onChanged,
});