bigHeading property

TextStyle bigHeading

Implementation

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