BasicRadio<T> constructor
const
BasicRadio<T> ({
- required T value,
- required T groupValue,
- required ValueChanged<
T?> ? onChanged, - Key? key,
Implementation
const BasicRadio({
required this.value,
required this.groupValue,
required this.onChanged,
super.key,
});