predominant static method
Implementation
static Background predominant(
[PredominantBackground? predominantBackground]) {
if (predominantBackground != null) {
return predominantBackground;
}
return PredominantBackground();
}
static Background predominant(
[PredominantBackground? predominantBackground]) {
if (predominantBackground != null) {
return predominantBackground;
}
return PredominantBackground();
}