h1SemiBold property

TextStyle get h1SemiBold

Implementation

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