FERARadioButtonGroup constructor
const
FERARadioButtonGroup({
- Key? key,
- required List<
FERARadiobutton> radioButtons, - required BuildContext context,
- required String keyName,
Implementation
const FERARadioButtonGroup(
{super.key,
required this.radioButtons,
required this.context,
required this.keyName});