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