AdaptiveWillPopScope constructor
const
AdaptiveWillPopScope({})
Implementation
const AdaptiveWillPopScope({
Key? key,
this.swipeWidth,
this.swipeThreshold,
this.onWillPop,
required this.child,
}) : super(key: key);