style property

TextStyle? style
final

The style to use for the text being edited.

This text style is also used as the base style for the decoration.

If null, defaults to the titleMedium text style from the current Theme.

Implementation

final TextStyle? style;