onClose property
final
An optional callback function that is called when the PopupView is closed. By default, it closes the view.
Implementation
final VoidCallback? onClose;
An optional callback function that is called when the PopupView is closed. By default, it closes the view.
final VoidCallback? onClose;