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