headingH3Regular property
TextStyle
get
headingH3Regular
Implementation
TextStyle get headingH3Regular => const TextStyle(
fontSize: 32,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w400,
height: 38.4 / 32,
);