NavigationExtensionsPro extension

on

Methods

pop<T>([T? result]) → void

Available on BuildContext, provided by the NavigationExtensionsPro extension

Pops the current screen off the navigation stack
push<T>(Widget page) Future<T?>

Available on BuildContext, provided by the NavigationExtensionsPro extension

Pushes a new screen onto the navigation stack
pushAndRemoveUntil<T>(Widget page) Future<T?>

Available on BuildContext, provided by the NavigationExtensionsPro extension

Pushes a new screen and clears the entire navigation stack
pushReplacement<T, TO>(Widget page) Future<T?>

Available on BuildContext, provided by the NavigationExtensionsPro extension

Replaces the current screen with a new screen