bodySmall constant

TextStyle const bodySmall

Implementation

static const TextStyle bodySmall = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.normal,
  height: 1.5,
  letterSpacing: 0.4,
);