headingH3Medium property

TextStyle get headingH3Medium

Implementation

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