FabButtonProperties

open class FabButtonProperties(val googleButtonIconContentDescription: GoogleText = GoogleText.Resource( R.string.default_icon_google_content_description ), val googleIcon: GoogleIcon = GoogleIcon.WithResource(R.drawable.ic_google_button)) : ButtonProperties

FabButtonProperties.

Properties for the common button that you can use in your Google Sign In.

Author

Joyner

Parameters

googleButtonIconContentDescription

Int resource of string. Default is R.string.default_icon_google_content_description.

googleIcon

Int resource of icon if you need use other. Default is R.drawable.ic_google_button.

Inheritors

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))

Properties

Link copied to clipboard
open override val googleIcon: GoogleIcon