updatePvIdAfterPop property

bool? updatePvIdAfterPop
final

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

final bool? updatePvIdAfterPop;