This commit is contained in:
My-Responsitories
2026-06-23 14:59:25 +08:00
parent 955fdc17e2
commit 9660d74a80
4 changed files with 38 additions and 62 deletions

View File

@@ -207,13 +207,7 @@ class RenderViewPointProgressBar
),
),
)
..pushStyle(
ui.TextStyle(
color: Colors.white,
fontSize: size,
height: 1,
),
)
..pushStyle(.new(color: Colors.white, fontSize: size, height: 1))
..addText(title);
return builder.build()
..layout(const ui.ParagraphConstraints(width: double.infinity));