BackgroundBlurLayer constructor
const
BackgroundBlurLayer({
- Key? key,
- required BackgroundBlurLayerData layerData,
- VoidCallback? onUpdate,
Implementation
const BackgroundBlurLayer({
Key? key,
required this.layerData,
this.onUpdate,
}) : super(key: key);