flutter_scroll_tab_tutorial
flutter_scroll_tab_tutorial copied to clipboard
Cannot scroll the list programatically
Hi
I want to scroll the list to any position with
_scrollViewController.jumpTo(1000.0);
But that does not scroll to position 1000.0 - it only scrolls to the extend of the header.
How can I programmatically scroll the list to any position?
Why? basically each tab should scroll the list to a specific section - like in the UberEats app's menu page. There is no Flutter control out there, maybe you can make a tutorial about that?
have you figured out how to do this ? @BerndWessels