coui-ui
Toggle table of contents
1.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
coui-ui
coui-ui
/
io.github.suqi8.coui.kmp.basic
/
TextButtonColors
Text
Button
Colors
@
Immutable
data
class
TextButtonColors
(
val
color
:
Color
,
val
disabledColor
:
Color
,
val
textColor
:
Color
,
val
disabledTextColor
:
Color
)
Members
Constructors
Text
Button
Colors
Link copied to clipboard
constructor
(
color
:
Color
,
disabledColor
:
Color
,
textColor
:
Color
,
disabledTextColor
:
Color
)
Properties
color
Link copied to clipboard
val
color
:
Color
disabled
Color
Link copied to clipboard
val
disabledColor
:
Color
disabled
Text
Color
Link copied to clipboard
val
disabledTextColor
:
Color
text
Color
Link copied to clipboard
val
textColor
:
Color