Flutter-Sign-in-Button icon indicating copy to clipboard operation
Flutter-Sign-in-Button copied to clipboard

Google button shape doesn't works left side

Open jorgevvr opened this issue 3 years ago • 3 comments

Using StadiumBorder() with Google button doesn't works on left side.

SignInButton( Buttons.Google, onPressed: () {}, shape: StadiumBorder(), ),

Screenshot_1625921009

Thanks in advance.

jorgevvr avatar Jul 10 '21 12:07 jorgevvr

Is there a fix? I have the latest version from pub.dev and this still happens

abbadabbatech avatar Oct 28 '21 14:10 abbadabbatech

same issue here

radrt avatar Jan 06 '22 15:01 radrt

add a padding on the left side and it should work

jiampong212 avatar Jan 07 '22 05:01 jiampong212