textStyle property

TextStyle? textStyle
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 subtitle text style from the current Theme.

Implementation

final TextStyle? textStyle;