textStyleRegular34 property

TextStyle get textStyleRegular34

Implementation

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