accentColor property

Color get 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 => this.theme.accentColor;