onChanged property

void Function(DateTime? startTime, DateTime? endTime, bool isAllDay) onChanged
final

Function returning

startTime , endTime

and isAllDay, which is boolean depicting if the time range is complete day

Implementation

final void Function(DateTime? startTime, DateTime? endTime, bool isAllDay)
    onChanged;