predominantGradient static method
Implementation
static Background predominantGradient(
[PredominantGradientBackground? predominantGradientBackground]) {
if (predominantGradientBackground != null) {
return predominantGradientBackground;
}
return PredominantGradientBackground();
}