ElPopScope<T> constructor
const
ElPopScope<T> ({
- Key? key,
- required Widget child,
- bool canPop = true,
- PopInvokedWithResultCallback<
T> ? onPopInvokedWithResult, - BuildContext? context,
- int index = 0,
Implementation
const ElPopScope({
super.key,
required this.child,
this.canPop = true,
this.onPopInvokedWithResult,
this.context,
this.index = 0,
});