onDateChanged property

dynamic Function(DateTime) onDateChanged
final

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

Implementation

final Function(DateTime) onDateChanged;