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