headingH5Semibold property

TextStyle get headingH5Semibold

Implementation

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