PredictiveCallback constructor
const
PredictiveCallback({})
Implementation
const PredictiveCallback({
required this.onPop,
required this.child,
this.canPop = false,
this.leaveApp = false,
super.key,
});
const PredictiveCallback({
required this.onPop,
required this.child,
this.canPop = false,
this.leaveApp = false,
super.key,
});