GoogleSignInButton

fun GoogleSignInButton(modifier: Modifier = Modifier.height(44.dp), mode: GoogleButtonMode = GoogleButtonMode.Light, text: String = "Sign in with Google", shape: Shape = ButtonDefaults.shape, fontSize: TextUnit = 14.sp, onClick: () -> Unit)

GoogleSignInButton Composable with text that you can use in your #KMP project. This follows Google's design guidelines and can be easily customized to fit into your project.

Parameters

text

Button's text. As per guideline this text should be "Sign in with Google", "Sign up with Google", or "Continue with Google".