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