TextStyle textStyle

The style to draw the text in.

Source

TextStyle get textStyle => _textStyle;
void textStyle=(TextStyle textStyle)

Source

set textStyle(TextStyle textStyle) {
  _textStyle = textStyle;
  _painter = null;
}