onDateSelected property

void Function(DateTime? startDateTime, DateTime? endDateTime) onDateSelected
final

Implementation

final void Function(
  DateTime? startDateTime,
  DateTime? endDateTime,
) onDateSelected;