SwipeToRevealDefaults

object SwipeToRevealDefaults


Summary

Public properties

Dp

Width that's required to display both actions in a SwipeToReveal composable.

Dp

Standard height for a large revealed action, such as when the swiped item is a Card.

Dp

Width that's required to display a single action in a SwipeToReveal composable.

Dp

Standard height for a small revealed action, such as when the swiped item is a Button.

Public properties

DoubleActionAnchorWidth

Added in 1.0.0-alpha26
val DoubleActionAnchorWidthDp

Width that's required to display both actions in a SwipeToReveal composable.

LargeActionButtonHeight

Added in 1.0.0-alpha26
val LargeActionButtonHeightDp

Standard height for a large revealed action, such as when the swiped item is a Card.

SingleActionAnchorWidth

Added in 1.0.0-alpha26
val SingleActionAnchorWidthDp

Width that's required to display a single action in a SwipeToReveal composable.

SmallActionButtonHeight

Added in 1.0.0-alpha26
val SmallActionButtonHeightDp

Standard height for a small revealed action, such as when the swiped item is a Button.