SelectionPickerState<T> constructor

SelectionPickerState<T>(
  1. T selectedValue
)

Implementation

SelectionPickerState(this.selectedValue);