tabLabelRaw property
override
The raw version of tabLabel, with $tabIndex
and $tabCount
verbatim
in the string.
Implementation
@override
String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째';
The raw version of tabLabel, with $tabIndex
and $tabCount
verbatim
in the string.
@override
String get tabLabelRaw => r'탭 $tabCount개 중 $tabIndex번째';