tabLabelRaw property

  1. @override
String get tabLabelRaw
override

The raw version of tabLabel, with $tabIndex and $tabCount verbatim in the string.

Implementation

@override
String get tabLabelRaw => _isKmr
    ? 'Bindestî \$tabIndex ji \$tabCount'
    : 'خشتەبەندی \$tabIndex لە \$tabCount';