headingH4Semibold property
TextStyle
get
headingH4Semibold
Implementation
TextStyle get headingH4Semibold => const TextStyle(
fontSize: 28,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w600,
height: 33.6 / 28,
);