KwikSocialButton

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

contentColor

: Color - The color of the text

containerColor

: Color - The color of the container

onClick

: () -> Unit - The click listener