secondaryColor property

Color get secondaryColor

The icon theme color with reduced opacity for secondary emphasis.

Implementation

Color get secondaryColor =>
    _themeData.iconTheme.color!.withValues(alpha: 0.7);