bodySmall constant

TextStyle const bodySmall

Implementation

static const bodySmall = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w400,
  letterSpacing: 0.4,
  color: RALIColors.textPrimary,
);