onAllSelected property
final
Function called whenever a all option is selected. Takes three arguments, the starting day, the ending day, and the focusedDay. The starting and end day can be null.
Implementation
final void Function(DateTime?, DateTime?, DateTime)? onAllSelected;