RadioButtons<T> constructor
const
RadioButtons<T> ({
- Key? key,
- required RadioButtonsController<
T> controller, - void inChanged(
- T v
Implementation
const RadioButtons({
super.key,
required this.controller,
this.inChanged,
});