setTextStyle property

set setTextStyle (dynamic textStyle)

Implementation

set setTextStyle(textStyle) {
  if (_textStyle == textStyle) return;

  _textStyle = textStyle;
  markNeedsPaint();
}