handleOnChange method
Calls onChange with the controller's value.
Implementation
void handleOnChange(FCalendarController<Object?> controller) => onChange?.call(controller.value as T);
Calls onChange with the controller's value.
void handleOnChange(FCalendarController<Object?> controller) => onChange?.call(controller.value as T);