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