bodySmall constant
TextStyle
const bodySmall
Implementation
static const TextStyle bodySmall = TextStyle(
fontFamily: fontBody,
fontWeight: FontWeight.w400,
fontSize: 14,
height: 1.43, // 20px line height
color: grey600,
);