Fab Extended Button Properties
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
google Icon Color
Color color of the icon. Default is Color.Unspecified.
google Button Text
Int resource of string. Default is R.string.button_login_google.
google Button Text Size
Int size of text. Default is 14.sp.
text Button Color
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)