heavyH1 property

TextStyle heavyH1

Implementation

static TextStyle get heavyH1 => TextStyle(
      fontWeight: FontWeight.w800,
      fontStyle: FontStyle.normal,
      fontSize: 24,
      height: 1.43,
      letterSpacing: -0.24,
      color: ZwapColors.shades100,
      fontFamily: family.familyName,
    );