🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

EdgeButtonSize

Size of the EdgeButton.

Source set: Android
public class EdgeButtonSize internal constructor(internal val maximumHeight: Dp)

Size of the EdgeButton. This in turns determines the full shape of the edge button, including width, height, rounding radius for the top corners, the ellipsis size for the bottom part of the shape and the space available for the content.

Members

Companion

Source set: Android
public companion object

Properties

ExtraSmall

Source set: Android
public val ExtraSmall: EdgeButtonSize = EdgeButtonSize(46.dp)

The Size to be applied for an extra small EdgeButton.

Small

Source set: Android
public val Small: EdgeButtonSize = EdgeButtonSize(56.dp)

The Size to be applied for an small EdgeButton.

Medium

Source set: Android
public val Medium: EdgeButtonSize = EdgeButtonSize(70.dp)

The Size to be applied for an medium EdgeButton.

Large

Source set: Android
public val Large: EdgeButtonSize = EdgeButtonSize(96.dp)

The Size to be applied for an large EdgeButton.