getTextStyle method

TextStyle getTextStyle()

Implementation

TextStyle getTextStyle() {
  return TextStyle(
    fontSize: textSize,
    color: textColor,
    fontWeight: textWeight,
  );
}