KmpShadow

data class KmpShadow(val blur: Dp, val spread: Dp = 0.dp, val brush: Brush = SolidColor(Color.Black), val shape: Shape = RectangleShape, val offset: DpOffset = DpOffset.Zero)

Constructors

Link copied to clipboard
constructor(blur: Dp, spread: Dp = 0.dp, brush: Brush = SolidColor(Color.Black), shape: Shape = RectangleShape, offset: DpOffset = DpOffset.Zero)
constructor(blur: Dp, spread: Dp = 0.dp, color: Color = Color.Black, shape: Shape = RectangleShape, offset: DpOffset = DpOffset.Zero)

Properties

Link copied to clipboard
val blur: Dp
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spread: Dp