heading1 constant

TextStyle const heading1

Implementation

static const TextStyle heading1 = TextStyle(
  fontFamily: fontHeading,
  fontWeight: FontWeight.w700,
  fontSize: 32,
  height: 1.25, // 40px line height
  color: grey800,
);