Button
constructor(@ColorInt colorBackground: Int? = null, @ColorInt colorBorder: Int? = null, @ColorInt colorText: Int? = null)
Parameters
colorBackground
The background color of the button. If null the default will be used.
colorBorder
The border color of the button. If null the default will be used.
colorText
The text color of the button. If null the default will be used.