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