mono constant

TextStyle const mono

12px JetBrainsMono w400 — Timestamps, secondary technical text

Implementation

static const TextStyle mono = TextStyle(
  fontFamily: 'JetBrainsMono', package: 'arsenal',
  fontSize: 12,
  fontWeight: FontWeight.w400,
  color: ArsenalColors.onBackground,
);