flutter_rounded_loading_button
flutter_rounded_loading_button copied to clipboard
borderRadius in different States
Should have a way to set the borderRadius for differents button states. For example, before onTap, when loading and after loading. I needed set different borderRadius for the button but I can't.
The behavior that I expect was possible before Null Safety, but now is not anymore.
This first image shows the button state before loading.

I would like be rounded when loading, like this second image

But this was no possible, so the button on the second image was made this from scratch. So what I got with the plugin is this showed in the third image bellow.

+1 on this, I want my borders to be less round before clicking, and to have a full circle when loading.
If no one has fixed this issue , can I try to fix this ?