updateTabIndex method
void
updateTabIndex()
Use this method if you want to manually compute and cache the tab index.
Implementation
void updateTabIndex() {
_tabIndex = _computeTabIndex();
}
Use this method if you want to manually compute and cache the tab index.
void updateTabIndex() {
_tabIndex = _computeTabIndex();
}