bottomNavigationBarTabSemanticsLabel abstract method
The semantic label announcing a bottom navigation bar item's position, e.g. 'Tab 1 of 3'.
In en, this message translates to: 'Tab {tabIndex} of {tabCount}'
Implementation
String bottomNavigationBarTabSemanticsLabel(int tabIndex, int tabCount);