typeaheadTextStyle property

  1. @override
FWidgetStateMap<TextStyle> typeaheadTextStyle
final

The typeahead's TextStyle.

It is strongly recommended that FTextFieldStyle.contentTextStyle], composingTextStyle and typeaheadTextStyle are the same size to prevent visual discrepancies between the actual and typeahead text.

The supported states are:

Implementation

@override
final FWidgetStateMap<TextStyle> typeaheadTextStyle;