AppButtonDefaults
object AppButtonDefaults
Properties
Functions
Link copied to clipboard
fun defaultElevation(defaultElevation: Dp = 0.dp, pressedElevation: Dp = 8.dp, disabledElevation: Dp = 0.dp): ButtonElevation
Link copied to clipboard
fun primaryButtonColors(backgroundColor: Color = AppTheme.colors.buttons.primary.background, contentColor: Color = AppTheme.colors.buttons.primary.content, disabledBackgroundColor: Color = AppTheme.colors.buttons.primary.disabledBackground, disabledContentColor: Color = AppTheme.colors.buttons.primary.disabledContent): ButtonColors