Skip to content

Instantly share code, notes, and snippets.

@berkanaslan
Created May 28, 2021 06:57
Show Gist options
  • Save berkanaslan/c5eabe9b7c2958705efb7551fb098141 to your computer and use it in GitHub Desktop.
Save berkanaslan/c5eabe9b7c2958705efb7551fb098141 to your computer and use it in GitHub Desktop.
void setTab(int tab) {
if (tab == currentTabIndex) {
// TODO: Ekranın en üstüne dönme işlemleri: _scrollToTopOfPage();
} else {
_currentScreenIndex = tab;
notifyListeners();
}
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment