GooglePayButtonStyling
constructor(buttonTheme: GooglePayButtonTheme? = null, buttonType: GooglePayButtonType? = null, @Dimension(unit = 0) cornerRadius: Int? = null)
Parameters
buttonTheme
Affects the color scheme of the button.
buttonType
Changes the text displayed inside of the button.
cornerRadius
Sets the corner radius of the button. For example, passing 16 means the radius will be 16 dp.