h2SemiBold property
TextStyle
get
h2SemiBold
Implementation
static TextStyle get h2SemiBold => _theme.textTheme.displayLarge!.copyWith(
fontSize: 28,
fontWeight: FontWeight.w600,
fontFamily: _clashDisplayFamily,
);