KPButtonDefaults
object KPButtonDefaults
Functions
Link copied to clipboard
fun buttonColors(backgroundColor: Color = MaterialTheme.colors.primary, contentColor: Color = contentColorFor(backgroundColor), borderColor: Color? = null, disabledBackgroundColor: Color = MaterialTheme.colors.onSurface.copy(alpha = 0.12f)
.compositeOver(MaterialTheme.colors.surface), disabledContentColor: Color = MaterialTheme.colors.onSurface.copy(alpha = ContentAlpha.disabled), disabledBorderColor: Color? = null): KPButtonColors