subtitleColor property

Token get subtitleColor
inherited

Subtitle or secondary text color (default: #64748b, CSS variable: --naki-subtitle-color).

Implementation

Token get subtitleColor => Token(
  value: subtitleColorValue,
  name: '--naki-subtitle-color',
  color: const Color('var(--naki-subtitle-color)'),
);