object ButtonDefaults


Summary

Public functions

ButtonColors

ButtonColors for the high-emphasis button representing the primary, most important or most common action on a screen.

ButtonColors

ButtonColors for the medium-emphasis button.

ButtonColors

Alternative ButtonColors for the high-emphasis button.

Public functions

fun MaterialScope.filledButtonColors(): ButtonColors

ButtonColors for the high-emphasis button representing the primary, most important or most common action on a screen.

These colors are using ColorScheme.primary for background color and ColorScheme.onPrimary for content color.

fun MaterialScope.filledTonalButtonColors(): ButtonColors

ButtonColors for the medium-emphasis button.

These colors are using ColorScheme.surfaceContainer for background color, ColorScheme.onSurface for content color and ColorScheme.primary for icon.

filledVariantButtonColors

fun MaterialScope.filledVariantButtonColors(): ButtonColors

Alternative ButtonColors for the high-emphasis button.

These colors are using ColorScheme.primaryContainer for background color and ColorScheme.onPrimaryContainer for content color.