sh1SemiBold property

TextStyle get sh1SemiBold

Implementation

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