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