disabledBackgroundColor property

Color? disabledBackgroundColor
final

Defines the background color of the badge when it is disabled. If this parameter is not informed, there will be no distinction in the background color of the badge when enabled and disabled.

Implementation

final Color? disabledBackgroundColor;