sh1Bold property

TextStyle get sh1Bold

Implementation

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