BackgroundBlurLayerData constructor
BackgroundBlurLayerData({})
The BackgroundBlurLayerData constructor requires a color and radius parameter and
Implementation
BackgroundBlurLayerData({
required this.color,
required this.radius,
super.offset,
super.opacity,
super.rotation,
super.scale,
});