setNavigationIndex method
void
setNavigationIndex(
Implementation
void setNavigationIndex(int value) {
onNotifyWithCallback(() => currentIndex = value);
}
void setNavigationIndex(int value) {
onNotifyWithCallback(() => currentIndex = value);
}