heading1 constant

TextStyle const heading1

Largest of the headline styles.

Headline styles are smaller than display styles. They're best-suited for short, high-emphasis text on smaller screens.

Implementation

static const TextStyle heading1 = TextStyle(
  fontSize: 32,
  fontWeight: FontWeight.w500,
  height: 36 / 32,
  fontFamily: kZetaFontFamily,
);