index property

int index

The zero-based index of the tab within its window.

Implementation

int get index => _wrapped.index;
void index=(int v)

Implementation

set index(int v) {
  _wrapped.index = v;
}