FTypeaheadControllerTextStyles typedef
FTypeaheadControllerTextStyles =
(TextStyle, TextStyle, TextStyle?) Function(BuildContext context)
A function type that provides text styles for the typeahead controller.
Implementation
typedef FTypeaheadControllerTextStyles =
(TextStyle textStyle, TextStyle composingStyle, TextStyle? completionStyle) Function(BuildContext context);