How to persist a hover effect on a widget when moving the mouse to click on a child widget?
I’m having an issue with a hover effect on a widget in Flutter. When I hover over the container, an edit icon appears. However, when I move my mouse to click on the edit icon, the hover effect disappears, and the edit icon is no longer visible. I want the edit icon to persist even when I stop hovering over the container to click on it.