RadioGroup constructor
- {required dynamic groupValue,
- required List<
RadioElements> radioElements}
Implementation
RadioGroup({
required this.groupValue,
required this.radioElements,
});
RadioGroup({
required this.groupValue,
required this.radioElements,
});