PredictiveBack constructor
const
PredictiveBack({})
Implementation
const PredictiveBack({
required this.child,
this.title = const Text('Are you sure?'),
this.content = const SizedBox.shrink(),
this.confirmActionLabel = 'Yes',
this.cancelActionLabel = 'No',
this.canPop = false,
this.leaveApp = false,
super.key,
});