tabLabel method

String tabLabel({
  1. required int tabIndex,
  2. required int tabCount,
})

Implementation

String tabLabel({required int tabIndex, required int tabCount}) =>
    materialLocalizations.tabLabel(tabIndex: tabIndex, tabCount: tabCount);