heading3 constant

TextStyle const heading3

Smallest 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 heading3 = TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.w500,
  height: 28 / 24,
  fontFamily: kZetaFontFamily,
);