onNavigationCancelled property

VoidCallback? onNavigationCancelled
final

This callback will called when the navigation is cancelled (user click on the cancel button on the navigation view)

Implementation

final VoidCallback? onNavigationCancelled;