onMonthChange property

(dynamic Function(DateTime)?) onMonthChange
final

Function that will be called when month is changed.

Paratmeter gives DateTime value of current month.

Implementation

final Function(DateTime)? onMonthChange;