headingH5Bold property

TextStyle get headingH5Bold

Implementation

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