PopScopeLoader constructor
const
PopScopeLoader({})
Implementation
const PopScopeLoader({
Key? key,
required this.child,
this.onPopInvoked,
this.canPop = true,
this.allowPopWhenLoading = false,
this.dismissProgressLoaderWhenPopping = false,
}) : assert(!dismissProgressLoaderWhenPopping || allowPopWhenLoading);