bodySmall constant

TextStyle const bodySmall

Implementation

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