WillPopScopeWidget constructor

const WillPopScopeWidget({
  1. required Widget child,
  2. bool douleClick = true,
  3. Object? argment,
  4. WillPopCallback? onWillPop,
  5. Key? key,
})

Implementation

const WillPopScopeWidget(
    {required this.child,
    this.douleClick = true,
    this.argment,
    this.onWillPop,
    super.key});