Here is my issue: I have an app with a TabBar, and obvously, multiple tabs. In each tabs I have my Tags widget on the top, with horizontalScroll: true.
I would like to preserve the horizontal scroll position when I switch from a tab to another.
I tried to do that with a ScrollController but there is no controller parameter for the Tags widget.
Is there a way to keep the scroll position after a widget rebuild, without ScrollController ?
Hi,
First of all, thanks for this great widget 👍
Here is my issue: I have an app with a
TabBar
, and obvously, multiple tabs. In each tabs I have myTags
widget on the top, withhorizontalScroll: true
.I would like to preserve the horizontal scroll position when I switch from a tab to another.
I tried to do that with a
ScrollController
but there is nocontroller
parameter for theTags
widget.Is there a way to keep the scroll position after a widget rebuild, without
ScrollController
?Thanks in advance :)