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