headingH1Regular property

TextStyle get headingH1Regular

Implementation

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