bodySmall constant

TextStyle const bodySmall

Implementation

static const TextStyle bodySmall = TextStyle(
  fontSize: 12,
  fontWeight: regular,
  letterSpacing: 0.4,
  height: 1.33,
);