SelectController<T> constructor

SelectController<T>({
  1. T? value,
})

Implementation

SelectController({T? value}) : super(value);