updateTabIndex method

void updateTabIndex()

Use this method if you want to manually compute and cache the tab index.

Implementation

void updateTabIndex() {
  _tabIndex = _computeTabIndex();
}