FTypeaheadController.fromValue constructor
FTypeaheadController.fromValue(
- TextEditingValue? value, {
- required FTypeaheadControllerTextStyles textStyles,
- List<
String> suggestions = const [],
Creates a FTypeaheadController from a TextEditingValue.
Implementation
FTypeaheadController.fromValue(super.value, {required this._textStyles, this._suggestions = const []})
: super.fromValue() {
findCompletion();
}