index property
int
get
index
The zero-based index of the tab within its window.
Implementation
int get index => _wrapped.index;
set
index
(int v)
Implementation
set index(int v) {
_wrapped.index = v;
}