DialogDateRange constructor
const
DialogDateRange({
- Key? key,
- String? title,
- required ValueChanged<
DateTimeRange> onConfirm, - DateStateBuilder? stateBuilder,
- String confirmText = "Done",
- String cancelText = "Cancel",
- DateTimeRange? initialRange,
Implementation
const DialogDateRange(
{super.key,
this.title,
required this.onConfirm,
this.stateBuilder,
this.confirmText = "Done",
this.cancelText = "Cancel",
this.initialRange});