textStyle property

TextStyle? textStyle
final

This is the default TextStyle of the field.

If a hintStyle is provided in the decoration, then the hintStyle will be applied when the hintText is displayed. If null, this will default to (DefaultTextStyle)

Implementation

final TextStyle? textStyle;