FabExtendedButtonProperties

data class FabExtendedButtonProperties(val googleButtonText: GoogleText = GoogleText.Resource(R.string.button_login_google), val googleButtonTextSize: Int = 14, val googleIconColor: Color = Color.Unspecified, val textButtonColor: Color = Color.Unspecified) : FabButtonProperties

FabExtendedButtonProperties.

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

Author

Joyner

Parameters

googleIconColor

Color color of the icon. Default is Color.Unspecified.

googleButtonText

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

googleButtonTextSize

Int size of text. Default is 14.sp.

textButtonColor

Color color of the text. Default is Color.Unspecified.

Constructors

Link copied to clipboard
constructor(googleButtonText: GoogleText = GoogleText.Resource(R.string.button_login_google), googleButtonTextSize: Int = 14, googleIconColor: Color = Color.Unspecified, textButtonColor: Color = Color.Unspecified)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val googleIcon: GoogleIcon
Link copied to clipboard
Link copied to clipboard