InterceptNavigationScope constructor
- Key? key,
- bool canPop = true,
- required NavigateInterceptor? onIntercept,
- required Widget child,
Implementation
const InterceptNavigationScope({
super.key,
this.canPop = true,
required this.onIntercept,
required this.child,
});