WBlurryOverlay constructor
const
WBlurryOverlay({
- Key? key,
- required Widget child,
- VoidCallback? onTapBackground,
Implementation
const WBlurryOverlay({
super.key,
required this.child,
this.onTapBackground,
});