Kepko
Toggle table of contents
1.3.5
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
AlertDialogColors
Alert
Dialog
Colors
@
Immutable
data
class
AlertDialogColors
(
val
containerColor
:
Color
,
val
confirmButtonContainerColor
:
Color
,
val
iconContentColor
:
Color
,
val
titleContentColor
:
Color
,
val
textContentColor
:
Color
)
Members
Constructors
Alert
Dialog
Colors
Link copied to clipboard
constructor
(
containerColor
:
Color
,
confirmButtonContainerColor
:
Color
,
iconContentColor
:
Color
,
titleContentColor
:
Color
,
textContentColor
:
Color
)
Properties
confirm
Button
Container
Color
Link copied to clipboard
val
confirmButtonContainerColor
:
Color
container
Color
Link copied to clipboard
val
containerColor
:
Color
icon
Content
Color
Link copied to clipboard
val
iconContentColor
:
Color
text
Content
Color
Link copied to clipboard
val
textContentColor
:
Color
title
Content
Color
Link copied to clipboard
val
titleContentColor
:
Color