textStyle property

TextStyle? textStyle
final

The text style to apply to the text.

If textStyle is provided, it overrides the default text style from the current theme. If not specified, it defaults to the theme's TextTheme.bodyMedium.

Implementation

final TextStyle? textStyle;