onMonthChanged property

ValueChanged<DateTime>? onMonthChanged
final

Called when the user changes the month. New DateTime object represents first day of new month and 00:00 time.

Implementation

final ValueChanged<DateTime>? onMonthChanged;