rotate
Source set: Common
public fun Modifier.rotate(degrees: Float): Modifier
Sets the degrees the view is rotated around the center of the composable. Increasing values result in clockwise rotation. Negative degrees are used to rotate in the counter clockwise direction
Usage of this API renders this composable into a separate graphics layer.
Example usage: