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 ColorTokens.PRIMARY for background color and ColorTokens.ON_PRIMARY for content color.

fun MaterialScope.filledTonal(): EdgeButtonColors

EdgeButtonColors for the medium-emphasis button.

These colors are using ColorTokens.SURFACE_CONTAINER for background color and ColorTokens.ON_SURFACE for content color.

fun MaterialScope.filledVariant(): EdgeButtonColors

Alternative EdgeButtonColors for the high-emphasis button.

These colors are using ColorTokens.PRIMARY_CONTAINER for background color and ColorTokens.ON_PRIMARY_CONTAINER for content color.