previousIndex property Null safety
The index of the previously selected tab.
Initially the same as index.
Implementation
int get previousIndex => _previousIndex;
The index of the previously selected tab.
Initially the same as index.
int get previousIndex => _previousIndex;