flutter_rounded_loading_button
flutter_rounded_loading_button copied to clipboard
Button size with infinite width
When setting the button size to double.infinity, the animation errors at the beginning. Any thoughts on how to solve this?
The reason this won't work is the animation tween can't animate from infinity to a constant. Not sure this is a quick fix but as a workaround you could try a MediaQuery to get the width.