FAutocompleteControl.lifted constructor
const
FAutocompleteControl.lifted({
- required TextEditingValue value,
- 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;