headingH2Regular property

TextStyle get headingH2Regular

Implementation

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