fixed load again
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user