Kwik Social Button
fun KwikSocialButton(icon: Int, text: String, contentColor: Color = Color.Black, containerColor: Color = Color.White, onClick: () -> Unit = {})
Social button for Google, Apple and Facebook
Parameters
icon
: Int - The icon resource
text
: String - The text to display
content Color
: Color - The color of the text
container Color
: Color - The color of the container
on Click
: () -> Unit - The click listener