SmartRadioButton<T> constructor
const
SmartRadioButton<T> ({
- required T value,
- required T? groupValue,
- Key? key,
- VoidCallback? onPressed,
- SmartRadioButtonTheme? theme,
Implementation
const SmartRadioButton({
required this.value,
required this.groupValue,
super.key,
this.onPressed,
this.theme,
});