PODialogStyle
data class PODialogStyle(val title: POTextStyle, val message: POTextStyle, val confirmButton: POButtonStyle, val dismissButton: POButtonStyle, @ColorInt val backgroundColor: Int) : Parcelable
Constructors
Link copied to clipboard
constructor(title: POTextStyle, message: POTextStyle, confirmButton: POButtonStyle, dismissButton: POButtonStyle, @ColorInt backgroundColor: Int)