textStyle property

TextStyle textStyle
final

Gives TextStyle to the text string.

By default it is TextStyle(fontSize: 140, fontWeight: FontWeight.bold)

Implementation

final TextStyle textStyle;