Icon Button Properties
open class IconButtonProperties(val googleButtonIconContentDescription: GoogleText = GoogleText.Resource(
R.string.default_icon_google_content_description
), val googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button)) : ButtonProperties
IconButtonProperties.
Properties for the common button that you can use in your Google Sign In.
Author
Joyner
Parameters
Constructors
Link copied to clipboard
constructor(googleButtonIconContentDescription: GoogleText = GoogleText.Resource(
R.string.default_icon_google_content_description
), googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button))