bodySmall constant

TextStyle const bodySmall

Implementation

static const TextStyle bodySmall = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w400,
  letterSpacing: 0.4,
  height: 1.4,
  fontFamily: _fontFamily,
);