disabledBackgroundGradient property

Gradient? disabledBackgroundGradient
final

The gradient used for the button background when disabled.

If not specified, a faded/lightened version of backgroundGradient is generated automatically. Falls back to a solid disabledBackgroundColor if no gradient is available.

Implementation

final Gradient? disabledBackgroundGradient;