onFormatChanged property
final
Called whenever the format of the calendar is changed. Takes one argument, the new calendar format.
Implementation
final void Function(CalendarFormat)? onFormatChanged;
Called whenever the format of the calendar is changed. Takes one argument, the new calendar format.
final void Function(CalendarFormat)? onFormatChanged;