ButtonSize

@Stable
class ButtonSize

Presents sizes used by Button. Holds pre-defined sizes used by styled buttons like Button. Each size has related PaddingValues,Shape and TextStyle.

See also

Functions

Link copied to clipboard
fun copy(width: Dp = this.width, height: Dp = this.height, minWidth: Dp = this.width, maxWidth: Dp = this.maxWidth, minHeight: Dp = this.minHeight, maxHeight: Dp = this.maxHeight): ButtonSize
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int