onDateChanged property

dynamic Function(DateTime) onDateChanged
final

The callback function that is called when the selected date changes.

Implementation

final Function(DateTime) onDateChanged;