bodySmall constant
Small size of the body styles.
Body styles are used for longer passages of text.
Implementation
static const TextStyle bodySmall = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w400,
  height: 18 / 14,
  fontFamily: kZetaFontFamily,
);