Kepko
Toggle table of contents
1.4.7
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
component
/
glass.yasan.kepko.component
/
TextButtonColors
Text
Button
Colors
@
Immutable
data
class
TextButtonColors
(
val
containerColor
:
Color
,
val
contentColor
:
Color
,
val
disabledContainerColor
:
Color
,
val
disabledContentColor
:
Color
)
Members
Constructors
Text
Button
Colors
Link copied to clipboard
constructor
(
containerColor
:
Color
,
contentColor
:
Color
,
disabledContainerColor
:
Color
,
disabledContentColor
:
Color
)
Properties
container
Color
Link copied to clipboard
val
containerColor
:
Color
content
Color
Link copied to clipboard
val
contentColor
:
Color
disabled
Container
Color
Link copied to clipboard
val
disabledContainerColor
:
Color
disabled
Content
Color
Link copied to clipboard
val
disabledContentColor
:
Color