BasePopScope constructor
const
BasePopScope({
- bool onlyAndroid = true,
- required Widget child,
- bool canPop = true,
- PopInvokedWithResultCallback? onPopInvokedWithResult,
Implementation
const BasePopScope(
{this.onlyAndroid = true,
required this.child,
this.canPop = true,
this.onPopInvokedWithResult});