textStyleExtraBold34 property

TextStyle get textStyleExtraBold34

Implementation

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