EdgeButtonSize

Class

Android
public value 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.

Companion Object

Properties

Android
public val ExtraSmall: EdgeButtonSize

The Size to be applied for an extra small EdgeButton.

Android
public val Small: EdgeButtonSize

The Size to be applied for an small EdgeButton.

Android
public val Medium: EdgeButtonSize

The Size to be applied for an medium EdgeButton.

Android
public val Large: EdgeButtonSize

The Size to be applied for an large EdgeButton.