CancelBookingDialog constructor
Implementation
const CancelBookingDialog({
super.key,
required this.refundAmount,
required this.cancellationFee,
required this.onConfirm,
this.isDialog = true,
});
const CancelBookingDialog({
super.key,
required this.refundAmount,
required this.cancellationFee,
required this.onConfirm,
this.isDialog = true,
});