headingH2Bold property

TextStyle get headingH2Bold

Implementation

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