WBlurryOverlay constructor

const WBlurryOverlay({
  1. Key? key,
  2. required Widget child,
  3. VoidCallback? onTapBackground,
})

Implementation

const WBlurryOverlay({
  super.key,
  required this.child,
  this.onTapBackground,
});