RadioOption<T> constructor

const RadioOption<T>({
  1. required T value,
  2. required String label,
})

Implementation

const RadioOption({required this.value, required this.label});