Skip to content

Instantly share code, notes, and snippets.

@Kpeved
Last active February 22, 2023 20:59
Show Gist options
  • Save Kpeved/23d64893ff2a8e26f35225855113203a to your computer and use it in GitHub Desktop.
Save Kpeved/23d64893ff2a8e26f35225855113203a to your computer and use it in GitHub Desktop.
Spacer(...
.drawBehind {
...
val endOffset = Offset(
size.width / 2,
size.height / 2 - calculateClockHandLength( size.height / 2, currentHour)
)
...
rotate(animationAngle, pivot = center) {
drawLine(
color = Color.White,
start = center,
end = endOffset,
strokeWidth = strokeWidth,
)
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment