custom_date_range_picker library

Functions

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