CardShape

data class CardShape(val offsetY: Float, val fullShape: Shape) : Shape

Constructors

Link copied to clipboard
constructor(offsetY: Float, fullShape: Shape)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun createOutline(size: Size, layoutDirection: LayoutDirection, density: Density): Outline