textStyleMedium28 property

TextStyle get textStyleMedium28

Implementation

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