currentTabIndex method
Update the tab index
Implementation
currentTabIndex(int tabIndex) {
updateState(state, data: {"action": "update-tab", "tab-index": tabIndex});
}
Update the tab index
currentTabIndex(int tabIndex) {
updateState(state, data: {"action": "update-tab", "tab-index": tabIndex});
}