onClose property

VoidCallback? onClose
final

An optional callback function that is called when the PopupView is closed. By default, it closes the view.

Implementation

final VoidCallback? onClose;