fix home page tabbar label language cannot be changed

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-03-24 17:39:31 +08:00
parent 4e234ed3f0
commit 3b42b331d1
2 changed files with 3 additions and 3 deletions

View File

@@ -869,7 +869,7 @@ class _TabState extends State<_Tab> with RestorationMixin {
return ConstrainedBox(
constraints: BoxConstraints(maxWidth: widget.maxLabelWidth ?? 200),
child: Text(
widget.label.value,
translate(widget.label.value),
textAlign: TextAlign.center,
style: TextStyle(
color: isSelected