titleLarge constant
Largest of the title styles.
Titles are smaller than headline styles and should be used for shorter, medium-emphasis text.
Implementation
static const TextStyle titleLarge = TextStyle(
fontSize: 20,
fontWeight: FontWeight.w500,
height: 24 / 20,
fontFamily: kZetaFontFamily,
);