titleSmall constant

TextStyle const titleSmall

Smallest of the title styles.

Titles are smaller than headline styles and should be used for shorter, medium-emphasis text.

Implementation

static const TextStyle titleSmall = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  height: 16 / 12,
  fontFamily: kZetaFontFamily,
);