Flutter Sfcalendar month view on web - how to change mouse cursors when it hover on cell

151 Views Asked by At

I tried MouseRegion over SfCalendar and in SfCalendar(monthCellBuilder itself) but it doesn't work. MouseRegion doesn't even detect mouse events. How can I change Cursors on the hovering month cell? Thank you.

I tried MouseRegion has a child as SfCalendar. Result: MouseRegion isn't detecting any mouse event. Expected: Change cursors to SystemMouseCursors.click.

I tried MouseRegion in SfCalendar>monthCellBuilder. Result: MouseRegion is not detecting any mouse event. Expected: To change cursors to SystemMouseCursors.click.

0

There are 0 best solutions below