gradient property

Gradient? gradient
final

Gradient

Type: Gradient?

This is to set a background gradient color for the card. backgroundColor and backgroundGradient can't be set at same time.

Implementation

final Gradient? gradient;