bodyMedium constant

TextStyle const bodyMedium

Middle size of the body styles.

Body styles are used for longer passages of text.

The default Text style for Zeta.

Implementation

static const TextStyle bodyMedium = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w400,
  height: 24 / 16,
  fontFamily: kZetaFontFamily,
);