textStyleBold24 property

TextStyle get textStyleBold24

Implementation

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