textStyle property

TextStyle textStyle

The style to draw the text in.

Implementation

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

Implementation

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