textStyle property

TextStyle? textStyle
final

Text style which is applied on the Text widget.

By default, the text is colored using textColor.

Implementation

final TextStyle? textStyle;