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