textStyleSemiBold28 property

TextStyle get textStyleSemiBold28

Implementation

static TextStyle get textStyleSemiBold28 => TextStyle(
      color: ThemeHandler.currentTheme.fontPrimaryColor,
      fontSize: 28,
      fontWeight: FontWeight.w600,
    );