Flutter-Sign-in-Button
Flutter-Sign-in-Button copied to clipboard
Rounded Corners
Hey, is it possible to have custom Rounded Corners in the button?
Use this
final shape =
RoundedRectangleBorder(borderRadius: BorderRadius.circular(20));
SignInButton(
Buttons.AppleDark,
shape: shape,,
onPressed: () { },
),
Would be awesome to add this to the README
The rounded corner doesn't look good on Google buttons, because of the rectangular logo thing on the left side
Is there a workaround for this? I think this is considered a bug?
Oh I see this was already reported: https://github.com/ZaynJarvis/Flutter-Sign-in-Button/issues/81