blurred method Null safety
- [BlurredBackground? blurredBackground]
Implementation
static Background blurred([BlurredBackground? blurredBackground]) {
if (blurredBackground != null) {
return blurredBackground;
}
return BlurredBackground();
}