bool finishedWhenPopped

Controls whether didPop calls finished.

If true, this route removes its overlay entries during didPop. Subclasses can override this getter if they want to delay the finished call (for example to animate the route's exit before removing it from the overlay).

Source

@protected
bool get finishedWhenPopped => true;