tooltipBgColor property
Token
get
tooltipBgColor
inherited
Tooltip background color
(default: #0f172a, CSS variable: --naki-tooltip-bg).
Implementation
Token get tooltipBgColor => Token(
value: tooltipBgColorValue,
name: '--naki-tooltip-bg',
color: const Color('var(--naki-tooltip-bg)'),
);