RadioOption<T> constructor
const
RadioOption<T> ({
- required T value,
- required String label,
Implementation
const RadioOption({required this.value, required this.label});