vertical_tabs
vertical_tabs copied to clipboard
Ability to Change tab programmatically
Hi, thanks for this awesome widget. Does this widget have an ability to change tabs programmatically? Like we have a "tab controller" for tab bar. If not, can we have a workaround, a call back function or something?
I think you can recall the widget and change initialIndex
. also there is an onSelect
callback available
i try to use
setState(() { initialIndex = 1; });
nothing happened..