headingH5Medium property

TextStyle get headingH5Medium

Implementation

TextStyle get headingH5Medium => const TextStyle(
      fontSize: 24,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w500,
      height: 28.8 / 24,
    );