setTextStyle property

void setTextStyle=(dynamic textStyle)

Implementation

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

  _textStyle = textStyle;
  markNeedsPaint();
}