popPriority property

int? popPriority
final

The priority of this widget when choosing which implicit navigator to pop from.

A lower number corresponds to a higher priority.

Implicit navigator always attempts to pop from the inner most navigators first, it'll only consider pop priority when deciding between two implicit navigators at the same depth in the navigatorTree-eg if two navigators are side by side in a Row.

Implementation

final int? popPriority;