bodyXSmall constant
Smallest of the body styles.
Body styles are used for longer passages of text.
Implementation
static const TextStyle bodyXSmall = TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
height: 16 / 12,
fontFamily: kZetaFontFamily,
);