RotateSample
@Composable
fun RotateSample() {
Box(Modifier.rotate(45f).size(100.dp, 100.dp))
}Sets the degrees the view is rotated around the center of the composable.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun RotateSample() {
Box(Modifier.rotate(45f).size(100.dp, 100.dp))
}Last updated: