accentColor property

Color accentColor

The foreground color for widgets (knobs, text, overscroll edge effect, etc).

Accent color is also known as the secondary color.

Implementation

Color get accentColor => theme.colorScheme.secondary;