WillPopScopeWidget constructor
const
WillPopScopeWidget({
- required Widget child,
- bool douleClick = true,
- Object? argment,
- WillPopCallback? onWillPop,
- Key? key,
Implementation
const WillPopScopeWidget(
{required this.child,
this.douleClick = true,
this.argment,
this.onWillPop,
super.key});