FAutocompleteControl.lifted constructor

const FAutocompleteControl.lifted({
  1. required TextEditingValue value,
  2. required ValueChanged<TextEditingValue> onChange,
})

Creates a FAutocompleteControl for controlling an autocomplete using lifted state.

Implementation

const factory FAutocompleteControl.lifted({
  required TextEditingValue value,
  required ValueChanged<TextEditingValue> onChange,
}) = _Lifted;