PlatformCardShape

class PlatformCardShape(val shape: Shape, val focusedShape: Shape, val pressedShape: Shape)(source)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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