customBackgroundColor property

Color? customBackgroundColor
final

Background color of the action.

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

If color is provided, customForegroundColor and customBackgroundColor take precedence.

Implementation

final Color? customBackgroundColor;