FTypeaheadController.fromValue constructor

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

Implementation

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