headingH3Bold property

TextStyle get headingH3Bold

Implementation

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