RadioProps<T> constructor

const RadioProps<T>({
  1. required List<SelectData<T>> options,
  2. void onChanged(
    1. dynamic,
    2. T,
    3. SelectData<T>
    )?,
})

Implementation

const RadioProps({required this.options, this.onChanged});