BasePopScope constructor

const BasePopScope({
  1. bool onlyAndroid = true,
  2. required Widget child,
  3. bool canPop = true,
  4. PopInvokedCallback? onPopInvoked,
})

Implementation

const BasePopScope(
    {this.onlyAndroid = true,
    required this.child,
    this.canPop = true,
    this.onPopInvoked});