FabExtendedButtonProperties

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

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.