BackgroundBlurLayer constructor
const
BackgroundBlurLayer({
- Key? key,
- required BackgroundBlurLayerData layerData,
- VoidCallback? onUpdate,
The BackgroundBlurLayer constructor requires the layerData
and onUpdate
parameters
Implementation
const BackgroundBlurLayer({
super.key,
required this.layerData,
this.onUpdate,
});