textStyleMedium34 property

TextStyle get textStyleMedium34

Implementation

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