OuterShadow

data class OuterShadow(val blur: Dp, val spread: Dp = 0.dp, val color: Color = Color.Black, val shape: Shape = RectangleShape, val offset: DpOffset = DpOffset.Zero)

Constructors

Link copied to clipboard
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