onClose property
Callback when the viewer is closed.
If not provided, Navigator.pop will be called.
Implementation
final VoidCallback? onClose;
Callback when the viewer is closed.
If not provided, Navigator.pop will be called.
final VoidCallback? onClose;