headingH2Medium property

TextStyle get headingH2Medium

Implementation

TextStyle get headingH2Medium => const TextStyle(
      fontSize: 36,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w500,
      height: 43.2 / 36,
      letterSpacing: -1,
    );