sh2Bold property

TextStyle get sh2Bold

Implementation

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