disabledBackgroundColor property

Color? disabledBackgroundColor
final

The button diabled background color. This color is shown after the SnackBarAction is dismissed.

If not provided, defaults to SnackBarThemeData.disabledActionBackgroundColor.

Implementation

final Color? disabledBackgroundColor;