FTypeaheadController.fromValue constructor

FTypeaheadController.fromValue(
  1. TextEditingValue? value, {
  2. required FTypeaheadControllerTextStyles textStyles,
  3. List<String> suggestions = const [],
})

Implementation

FTypeaheadController.fromValue(super.value, {required this._textStyles, this._suggestions = const []})
  : super.fromValue() {
  findCompletion();
}