composingTextStyle property

  1. @override
FWidgetStateMap<TextStyle> composingTextStyle
final

The composing text'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> composingTextStyle;