CalendarValueChangedCallback typedef
CalendarValueChangedCallback =
void Function(String)
Signature for callback that reports that the CalendarController properties changed.
Implementation
typedef CalendarValueChangedCallback = void Function(String);