HorizontalRadioGroup constructor
const
HorizontalRadioGroup({
- Key? key,
- required SelectionController<
String> controller, - bool focused = false,
Creates a HorizontalRadioGroup.
Implementation
const HorizontalRadioGroup({
super.key,
required this.controller,
this.focused = false,
});