Rotate

@Stable
data class Rotate(val degrees: Float, val pivot: Offset? = null) : Transform

Constructors

Link copied to clipboard
constructor(degrees: Float, pivot: Offset? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val pivot: Offset?