tabSemanticsLabelRaw property
override
The raw version of tabSemanticsLabel, with $tabIndex
and $tabCount
verbatim
in the string.
Implementation
@override
String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個';
The raw version of tabSemanticsLabel, with $tabIndex
and $tabCount
verbatim
in the string.
@override
String get tabSemanticsLabelRaw => r'第 $tabIndex 個分頁標籤,共 $tabCount 個';