headingH3Semibold property

TextStyle get headingH3Semibold

Implementation

TextStyle get headingH3Semibold => const TextStyle(
      fontSize: 32,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w600,
      height: 38.4 / 32,
    );