getTextStyle method

TextStyle? getTextStyle()

Returns the text style used by the text.

Implementation

painting.TextStyle? getTextStyle() {
  return _style;
}