Open marchellodev opened 2 years ago
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
Hey, is it possible to have custom Rounded Corners in the button?