In the previous version of sfcalendar, 28.2.12, this worked fine:
appointmentBuilder: (context, calendarAppointmentetails) {
return Tooltip(
message "Show tooltip",
child: Text("Appointment"),
);
}
But when updated to latest version, 29.1.33, tooltip is not shown.
"Appointment" text works fine, but without tooltip.
Thanks!