setNavigationIndex method

void setNavigationIndex(
  1. int value
)

Implementation

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