label constant

TextStyle const label

12px Rajdhani w600 — Standard UI labels

Implementation

static const TextStyle label = TextStyle(
  fontFamily: 'Rajdhani', package: 'arsenal',
  fontSize: 12,
  fontWeight: FontWeight.w600,
  color: ArsenalColors.onBackground,
);