allowPopWhenLoading property

bool allowPopWhenLoading
final

Set this to true to allow the route to be popped even when the ProgressLoader is showing.

canPop is still respected, so if canPop is false allowPopWhenLoading will have no effect.

This will not dismiss the ProgressLoader when the route is popped, unless dismissProgressLoaderWhenPopping is true.

Implementation

final bool allowPopWhenLoading;