The style used to draw the text.
TextStyle get style => _style;
set style(TextStyle style) { if (_style == style) return; _style = style; _dirty = true; }