bodyLarge constant
Largest of the body styles.
Body styles are used for longer passages of text.
Implementation
static const TextStyle bodyLarge = TextStyle(
fontSize: 20,
fontWeight: FontWeight.w400,
height: 24 / 20,
fontFamily: kZetaFontFamily,
);