OudsRadioButton<T> constructor
- Key? key,
- required T value,
- required T groupValue,
- required ValueChanged<
T?> ? onChanged, - bool isError = false,
Implementation
const OudsRadioButton({
super.key,
required this.value,
required this.groupValue,
required this.onChanged,
this.isError = false,
});