bodySmall property

TextStyle get bodySmall

Small size of the body styles.

Body styles are used for longer passages of text.

Implementation

TextStyle get bodySmall => TextStyle(
      fontSize: 14,
      fontWeight: FontWeight.w400,
      height: 18 / 14,
      fontFamily: fontFamily,
      color: textColor,
    );