Fab Extended Button Properties
constructor(googleButtonText: GoogleText = GoogleText.Resource(R.string.button_login_google), googleButtonTextSize: Int = 14, googleIconColor: Color = Color.Unspecified, textButtonColor: Color = Color.Unspecified)
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.