WillPopScopeWidget constructor
const
WillPopScopeWidget({})
Implementation
const WillPopScopeWidget({
super.key,
this.canPop = false,
required this.onWillPop,
required this.child,
this.allowExitApp = true,
});