NavigationNotification constructor

const NavigationNotification(
  1. {required bool canHandlePop}
)

Creates a notification that some change in navigation has happened.

Implementation

const NavigationNotification({
  required this.canHandlePop,
});