footerBuilder property
A function that builds a widget that will be used to display the footer. The selected dateRange will be passed to the footer builder. It can be null if no dateRange is selected yet.
Implementation
// final Widget Function({DateRange? selectedDateRange,required String cancelText}) footerBuilder;
final Widget footerBuilder;