showLastTab method

void showLastTab()

Implementation

void showLastTab() {
  int i = tabs.length - 1;
  if (i.isNegative) i = 0;
  index = i;
}