headingH4Bold property

TextStyle get headingH4Bold

Implementation

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