textStyle property

TextStyle? textStyle
final

TextStyle used for the isEmptyText, errorText and error message.

By default the TextTheme (bodyText2) of your ThemeData is used.

Implementation

final TextStyle? textStyle;