DelayedPopScope<T> constructor
const
DelayedPopScope<T> ({
- Key? key,
- required DelayedPopInvokedWithResultCallback<
T> onShouldPop, - required Widget child,
- bool canPop = false,
Implementation
const DelayedPopScope({
super.key,
required this.onShouldPop,
required this.child,
this.canPop = false,
});