POBrandButtonHighlightedStyle

data class POBrandButtonHighlightedStyle(val textColor: POColor, val borderColor: POColor, @ColorRes val backgroundColorResId: Int? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(textColor: POColor, borderColor: POColor, @ColorRes backgroundColorResId: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)