Flutter-Sign-in-Button
Flutter-Sign-in-Button copied to clipboard
Google button shape doesn't works left side
Using StadiumBorder() with Google button doesn't works on left side.
SignInButton( Buttons.Google, onPressed: () {}, shape: StadiumBorder(), ),
Thanks in advance.
Is there a fix? I have the latest version from pub.dev and this still happens
same issue here
add a padding on the left side and it should work