flutter_rounded_loading_button icon indicating copy to clipboard operation
flutter_rounded_loading_button copied to clipboard

borderRadius in different States

Open andresilvase opened this issue 4 years ago • 2 comments

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. image

I would like be rounded when loading, like this second image 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. image

andresilvase avatar Jun 02 '21 18:06 andresilvase

+1 on this, I want my borders to be less round before clicking, and to have a full circle when loading.

ultimate-tester avatar Jan 11 '22 13:01 ultimate-tester

If no one has fixed this issue , can I try to fix this ?

Abh1shekShinde avatar Aug 10 '22 03:08 Abh1shekShinde