textStyle property

TextStyle? textStyle
final

The style for the text. The color is ignored.

Defaults to:

textTheme.body2.copyWith(fontSize: defaultFontSize)

Implementation

final TextStyle? textStyle;