FTypeaheadController constructor
FTypeaheadController({
- required FTypeaheadControllerTextStyles textStyles,
- List<
String> suggestions = const [], - String? text,
Creates a FTypeaheadController with an optional initial text and completion.
Implementation
FTypeaheadController({required this._textStyles, this._suggestions = const [], super.text}) {
findCompletion();
}