The style to draw the text in.
Source
TextStyle get textStyle => _textStyle;
Source
set textStyle(TextStyle textStyle) { _textStyle = textStyle; _painter = null; }
The style to draw the text in.
TextStyle get textStyle => _textStyle;
set textStyle(TextStyle textStyle) { _textStyle = textStyle; _painter = null; }