textStyle property

TextStyle? textStyle
final

The text style for the sentence or phrase.

Defaults to a standard text style:

TextStyle(fontSize: 14, color: Colors.black, height: 1.25)

Implementation

final TextStyle? textStyle;