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