object EdgeButtonDefaults


Summary

Public functions

EdgeButtonColors

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

EdgeButtonColors

EdgeButtonColors for the medium-emphasis button.

EdgeButtonColors

Alternative EdgeButtonColors for the high-emphasis button.

Public functions

fun MaterialScope.filled(): EdgeButtonColors

EdgeButtonColors 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.filledTonal(): EdgeButtonColors

EdgeButtonColors for the medium-emphasis button.

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

fun MaterialScope.filledVariant(): EdgeButtonColors

Alternative EdgeButtonColors for the high-emphasis button.

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