DateRangePickerDialogFooter constructor
const
DateRangePickerDialogFooter({})
Implementation
const DateRangePickerDialogFooter({
super.key,
this.selectedDateRange,
required this.cancelText,
// this.cancelText = "cancelText",
this.confirmText = "Confirm",
});