Fixed status data in home

This commit is contained in:
llsajjad
2025-08-20 14:27:21 +03:30
parent 266d974786
commit efd75d2a23
4 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class _ProgressBarColumnState extends State<ProgressBarColumn>
Widget _centerText() {
return Center(
child: Text(
widget.amount,
'${widget.amount}%',
style: TextStyle(
fontSize: 24.0.sp(),
fontWeight: FontWeight.bold,