Preserve the scroll position between tabs (so, after a widget rebuid)
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 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 ?
Thanks in advance :)
Hi @Akiat, I will add this feature in the next release.
Great, thank you @Dn-a :)
Do you have any idea when it will be released? (approximatively ?)
@Akiat I hope next week
Has this feature been added?