BackgroundBlurLayerData constructor
BackgroundBlurLayerData({})
Implementation
BackgroundBlurLayerData({
required this.color,
required this.radius,
super.offset,
super.opacity,
super.rotation,
super.scale,
});