textStyleBold34 property

TextStyle get textStyleBold34

Implementation

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