picker_date_range
library
Classes
-
CustomCalendar
-
const CustomCalendar({ Key? key, this.initialStartDate, this.initialEndDate, this.startEndDateChange, this.minimumDate, this.maximumDate, required this.primaryColor, })
-
CustomCalendarState
-
-
CustomDateRangePicker
-
A custom date range picker widget that allows users to select a date range.
const CustomDateRangePicker({ Key? key, this.initialStartDate, this.initialEndDate, required this.primaryColor, required this.backgroundColor, required this.onApplyClick, this.barrierDismissible = true, required this.minimumDate, required this.maximumDate, required this.onCancelClick, })
-
CustomDateRangePickerState
-