Closed theAkshay60 closed 5 months ago
I wasn't able to simulate the same result with that code, can you provide the code for the entire example project in a repository?
Sure, here is the repo:
It was introduced the 'tabAlignment' on Flutter, that is causing this issue. An option to set your preferences is to customize the Theme. I've done this suggestion and opened a PR for your repository: https://github.com/theAkshay60/tab_scroll_demo/pull/1
I might include an easier way to customize that in the next versions.
Thank you for the workaround, I appreciate it. I did a small change to your fix and it's working as expected
Above is my code for the tab bar scroller, however there is an unwanted leading space in the tab bar, how can we remove this ? Attached image for reference