vertical_tabs
vertical_tabs copied to clipboard
A vertical tabs package for flutter framework.
Hey, vertical_tabs is really simple and useful widget. Thanks. Now I want to disable the scroll effect : contentScrollAxis: Axis.vertical, contentScrollAxis: Axis.horizontal, while changing tabsContent. In other words, I hope...
how to align tabs to right and align content to left to support rtl direction direction property not working
I used the exact same code in a new project. flutter 2.0.2. Using an emulator the tabs only scroll horizontally unlike in the demo. https://pub.dev/packages/vertical_tabs
Hello, thanks for the wonderful widget. But whenever I try to add selectedTabBackgroundColor different that the default one the tab indicator gets behind the tab. ` VerticalTabs( tabsWidth: Dimens.fourtyPercentWidth, indicatorColor:...
I have a filter widget on the screen that indicates if part of the tabs or all the tabs are visible in the VisibleTabs widget. The default value is part...
please see the details in video below [stuck.zip](https://github.com/Ali-Azmoud/vertical_tabs/files/5523336/stuck.zip) help me
how to use it horizontally?
Can we add tab lists dynamically