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
/
TextButtonDefaults
Text
Button
Defaults
object
TextButtonDefaults
Members
Properties
Content
Padding
Link copied to clipboard
val
ContentPadding
:
PaddingValues
Functions
colors
Link copied to clipboard
@
Composable
fun
colors
(
containerColor
:
Color
=
Color.Transparent
,
contentColor
:
Color
=
KepkoTheme.colors.content
,
disabledContainerColor
:
Color
=
Color.Transparent
,
disabledContentColor
:
Color
=
KepkoTheme.colors.contentDisabled
)
:
TextButtonColors