body constant

TextStyle const body

16px Rajdhani w500 — Body copy

Implementation

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