home logic added
This commit is contained in:
@@ -43,7 +43,7 @@ class _ProgressBarColumnState extends State<ProgressBarColumn>
|
||||
// Create a Tween animation from 0.0 to 0.75
|
||||
_animation = Tween<double>(
|
||||
begin: 0.0,
|
||||
end: widget.value,
|
||||
end: widget.value / 100,
|
||||
).animate(CurvedAnimation(parent: _controller, curve: Curves.easeOut));
|
||||
|
||||
// Start the animation
|
||||
|
||||
Reference in New Issue
Block a user