PlatformButtonShape

class PlatformButtonShape(val shape: Shape, val focusedShape: Shape, val pressedShape: Shape, val disabledShape: Shape, val focusedDisabledShape: Shape)(source)

Constructors

Link copied to clipboard
constructor(shape: Shape, focusedShape: Shape, pressedShape: Shape, disabledShape: Shape, focusedDisabledShape: Shape)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun shape(enabled: Boolean, interactionSource: MutableInteractionSource): Shape
fun shape(enabled: Boolean, focused: Boolean, pressed: Boolean): Shape