SelectValueController<T> constructor

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

Implementation

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