sh2SemiBold property

TextStyle get sh2SemiBold

Implementation

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