RadioPickerState<T> constructor

RadioPickerState<T>(
  1. T? selectedValue
)

Implementation

RadioPickerState(this.selectedValue);