bodySmall constant

TextStyle const bodySmall

14px Rajdhani w500 — Secondary body

Implementation

static const TextStyle bodySmall = TextStyle(
  fontFamily: 'Rajdhani', package: 'arsenal',
  fontSize: 14,
  fontWeight: FontWeight.w500,
  color: ArsenalColors.onBackground,
);