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