gradient property

Gradient? gradient
final

Apply a gradient to the icon. If this is specified the Icon.color property has no effect.

Gradients are supported on Flutter Web only with the canvaskit renderer

Implementation

final Gradient? gradient;