headingH5Regular property

TextStyle get headingH5Regular

Implementation

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