Skip to content

Instantly share code, notes, and snippets.

View Kodmia's full-sized avatar

D Konovalov Kodmia

View GitHub Profile
@Kodmia
Kodmia / gauge.kt
Created February 22, 2024 10:58
Gauge
private const val indicatorStartAngle = 135
private const val indicatorArcDegrees = 270
@OptIn(ExperimentalTextApi::class)
@Composable
fun Gauge(
canvasSize: Dp = 300.dp,
indicatorValue: Float = 0f,
presetValue: Float = 0f,
showPresetValue: Boolean = false,