POButtonStyle
data class POButtonStyle(val normal: POButtonStateStyle, val disabled: POButtonStateStyle, val highlighted: POButtonHighlightedStyle, @ColorInt val progressIndicatorColor: Int) : Parcelable
Constructors
Link copied to clipboard
constructor(normal: POButtonStateStyle, disabled: POButtonStateStyle, highlighted: POButtonHighlightedStyle, @ColorInt progressIndicatorColor: Int)