TL,DR: I'm building a webside with flutter. I want the side to scroll to a specific position after the user pressed a button. How can I accomplish that?
Longer explaination: To illustrate my point, I will make the following example: when you visit the wikipedia-page for some topic and you go to the contents in the beginning,
when you click on one section, the side scrolls down to that section:
I want the same behaviour in my flutter webside.
How can I accomplish that?