Shadow

data class Shadow(val color: Color, val offsetX: Float, val offsetY: Float, val blurRadius: Float)

Represents shadow information for UI components.

Constructors

Link copied to clipboard
constructor(color: Color, offsetX: Float, offsetY: Float, blurRadius: Float)

Properties

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