select method

void select(
  1. int tabIndex
)

Implementation

void select(int tabIndex) {
  _value = IndexSelection(tabIndex, _value.current);
  notifyListeners();
}