MOverlayPopup constructor
const
MOverlayPopup({
- Key? key,
- Widget buttonBuilder(
- BuildContext context,
- VoidCallback open
- Widget itemBuilder(
- BuildContext context,
- VoidCallback close
- Color? backgroundColor,
- void onTapDownBackground()?,
Implementation
const MOverlayPopup({
super.key,
this.buttonBuilder,
this.itemBuilder,
this.backgroundColor,
this.onTapDownBackground,
});