h1Bold property

TextStyle get h1Bold

Implementation

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