As per the title.
I have a MouseRegion with a ListTile child. The only purpose of the MouseRegion is setting the "click" (hand) icon.
It does not work. The mouse cursor does not change while inside the ListTile, but changes while in the small padding area around the tile.
Tried setting "Opaque", no use.
I suppose this is a bug, not sure if Flutter's or FF's.