headingH1Bold property
TextStyle
get
headingH1Bold
Implementation
TextStyle get headingH1Bold => const TextStyle(
fontSize: 40,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w700,
height: 48 / 40,
letterSpacing: -1,
);