headingH4Regular property

TextStyle get headingH4Regular

Implementation

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