index property

int index

The index of the currently selected tab.

Changing the index also updates previousIndex and notifies listeners.

Implementation

int get index => _index;
void index=(int value)

Implementation

set index(int value) {
  _changeIndex(value);
}