bodyXSmall property
Smallest of the body styles.
Body styles are used for longer passages of text.
Implementation
TextStyle get bodyXSmall => TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
height: 16 / 12,
fontFamily: fontFamily,
color: textColor,
);