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