POButtonHighlightedStyle

data class POButtonHighlightedStyle(@ColorInt val textColor: Int, @ColorInt val borderColor: Int, @ColorInt val backgroundColor: Int) : Parcelable

Constructors

Link copied to clipboard
constructor(@ColorInt textColor: Int, @ColorInt borderColor: Int, @ColorInt backgroundColor: Int)

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)