BackgroundBlurLayer constructor

const BackgroundBlurLayer({
  1. Key? key,
  2. required BackgroundBlurLayerData layerData,
  3. VoidCallback? onUpdate,
})

Implementation

const BackgroundBlurLayer({
  super.key,
  required this.layerData,
  this.onUpdate,
});