getTextStyle method

TextStyle getTextStyle()

Get the style of the text

Implementation

TextStyle getTextStyle() {
  return textStyle ?? const TextStyle(fontSize: 8, color: Colors.white);
}