POMessageBoxStyle
data class POMessageBoxStyle(val text: POTextStyle, val border: POBorderStyle, @ColorRes val backgroundColorResId: Int, @DrawableRes val iconResId: Int? = null) : Parcelable
Constructors
Link copied to clipboard
constructor(text: POTextStyle, border: POBorderStyle, @ColorRes backgroundColorResId: Int, @DrawableRes iconResId: Int? = null)