bottomNavigationBarTabSemanticsLabel abstract method

String bottomNavigationBarTabSemanticsLabel(
  1. int tabIndex,
  2. int tabCount
)

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);