headingH2Semibold property

TextStyle get headingH2Semibold

Implementation

TextStyle get headingH2Semibold => const TextStyle(
      fontSize: 36,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w600,
      height: 43.2 / 36,
      letterSpacing: 0,
    );