gradient property
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;
Gradient?
This is to set a background gradient color for the card. backgroundColor
and
backgroundGradient
can't be set at same time.
final Gradient? gradient;