RadioButtonRow<T> constructor
const
RadioButtonRow<T> ({
- required T value,
- required String label,
- required VoidCallback? onPressed,
- Key? key,
- String? description,
- T? groupValue,
Implementation
const RadioButtonRow({
required this.value,
required this.label,
required this.onPressed,
super.key,
this.description,
this.groupValue,
});