labelEmphasis constant

TextStyle const labelEmphasis

13px Rajdhani w700 — UI emphasis labels

Implementation

static const TextStyle labelEmphasis = TextStyle(
  fontFamily: 'Rajdhani', package: 'arsenal',
  fontSize: 13,
  fontWeight: FontWeight.w700,
  color: ArsenalColors.onBackground,
);