fixed load again

This commit is contained in:
amirrezaghabeli
2025-08-22 14:48:58 +03:30
parent 47edc00b97
commit 2373ce3c26
4 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class _ProgressBarColumnState extends State<ProgressBarColumn>
Widget _centerText() {
return Center(
child: Text(
'${widget.amount}%',
'${double.parse(widget.amount).round()}%',
style: TextStyle(
fontSize: 24.0.sp(),
fontWeight: FontWeight.bold,