bodyMedium property

TextStyle get bodyMedium

Middle size of the body styles.

Body styles are used for longer passages of text.

The default Text style for Zeta.

Implementation

TextStyle get bodyMedium => TextStyle(
      fontSize: 16,
      fontWeight: FontWeight.w400,
      height: 24 / 16,
      fontFamily: fontFamily,
      color: textColor,
    );