How can I detect cursor hover location on 2 stacked up widgets in Flutter
Currently, I am trying to work on a project that requires me to pass cursor hover behavior from the top stacked widget to its lower widget. While also performing operations needed on that widget itself. This is my current attempt…