I have a screen that uses a scroll view (e.g., ListView, SingleChildScrollView) to display all its widgets. I'm trying to use flutter_hotspot to automatically scroll to specific widgets within this scrollable content. Is there a feature or option in the library to achieve this?
by default i can't do it