customForegroundColor property

Color? customForegroundColor
final

Foreground color of the icon.

If color is not provided, customBackgroundColor must also be provided.

If color is provided, customForegroundColor and customBackgroundColor take precedence.

Implementation

final Color? customForegroundColor;