onFormatChanged property

(void Function(CalendarFormat)?) onFormatChanged
final

Called whenever the format of the calendar is changed. Takes one argument, the new calendar format.

Implementation

final void Function(CalendarFormat)? onFormatChanged;