NavigationNotification constructor
- required bool canHandlePop,
Creates a notification that some change in navigation has happened.
Implementation
const NavigationNotification({
required this.canHandlePop,
});
Creates a notification that some change in navigation has happened.
const NavigationNotification({
required this.canHandlePop,
});