h3Bold property

TextStyle get h3Bold

Implementation

static TextStyle get h3Bold => _theme.textTheme.displayLarge!.copyWith(
      fontSize: 24,
      fontWeight: FontWeight.w700,
      fontFamily: _clashDisplayFamily,
    );