updatePvIdAfterPop property

  1. @protected
bool get updatePvIdAfterPop

Used to control if a Navigator.pop back to this page is considered a new page view.

If you do not consider this a new page view in your apps logic, you should return false to tell the widget to keep the old pvId. If you overworte the pvId getter, this has no effect.

Implementation

@protected
bool get updatePvIdAfterPop => true;