custom_date_range_picker library

Classes

CustomDateRangePicker
CustomDateRangePicker({ Key? key, this.initialStartDate, this.initialEndDate, required this.onApplyClick, this.barrierDismissible = true, required this.minimumDate, required this.maximumDate, required this.onCancelClick, }
CustomDateRangePickerState

Functions

showCustomDateRangePicker(BuildContext context, {required bool dismissible, required DateTime minimumDate, required DateTime maximumDate, DateTime? startDate, DateTime? endDate, required dynamic onApplyClick(DateTime startDate, DateTime endDate), required dynamic onCancelClick(), String? fontFamily}) → void
showCustomDateRangePicker( BuildContext context, { required bool dismissible, required DateTime minimumDate, required DateTime maximumDate, DateTime? startDate, DateTime? endDate, required Function(DateTime startDate, DateTime endDate) onApplyClick, required Function() onCancelClick, Color? backgroundColor, Color? primaryColor, String? fontFamily, })