gradient property
The gradient applied to the button's background, overriding the theme default if provided. Supersedes backgroundColor if both are set.
Implementation
final Gradient? gradient;
The gradient applied to the button's background, overriding the theme default if provided. Supersedes backgroundColor if both are set.
final Gradient? gradient;