warningWeakColor property
Token
get
warningWeakColor
inherited
Weak background color for warning callouts (default: #fff4e5,
CSS variable: --naki-warning-weak-color).
Implementation
Token get warningWeakColor => Token(
value: warningWeakColorValue,
name: '--naki-warning-weak-color',
color: const Color('var(--naki-warning-weak-color)'),
);