customColor property

Color? customColor
final

This tag's foreground color. This will be used as a foreground color or if filled as background color.

If no customBackgroundColor is provided, this color will be used as background color with 10% opacity.

Overrides color.

Implementation

final Color? customColor;