WBlur constructor
const
WBlur({})
Implementation
const WBlur({
super.key,
this.child,
this.sigma = 3.0,
this.color,
this.blendMode = BlendMode.darken,
this.disabled = false,
});
const WBlur({
super.key,
this.child,
this.sigma = 3.0,
this.color,
this.blendMode = BlendMode.darken,
this.disabled = false,
});