Fab Button Properties
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
google Button Icon Content Description
Int resource of string. Default is R.string.default_icon_google_content_description.
google Icon
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))