headingH1Semibold property

TextStyle get headingH1Semibold

Implementation

TextStyle get headingH1Semibold => const TextStyle(
      fontSize: 40,
      decoration: TextDecoration.none,
      fontStyle: FontStyle.normal,
      fontWeight: FontWeight.w600,
      height: 48 / 40,
      letterSpacing: -1,
    );