GeneralSelectionController constructor

GeneralSelectionController({
  1. String? displayValue,
  2. Map<String, dynamic>? storageValue,
  3. String? saveKey,
  4. String? placeholder,
})

Implementation

GeneralSelectionController(
    {this.displayValue, this.storageValue, this.saveKey, String? placeholder})
    : super(placeholder: placeholder);