PopupView constructor
- required Popup popup,
- VoidCallback? onClose,
- Key? key,
Creates a PopupView widget to display a Popup
with optional onClose
callback.
Implementation
const PopupView({required this.popup, this.onClose, super.key});
Creates a PopupView widget to display a Popup
with optional onClose
callback.
const PopupView({required this.popup, this.onClose, super.key});