CircularMeterContent
Types
Link copied to clipboard
Display fully custom content centred in the ring. Callers are responsible for attaching any required semantics (e.g. Modifier.semantics { contentDescription = "…" }) inside the content block.
Link copied to clipboard
Display a composable image centred in the ring.
Link copied to clipboard
data class ValueLabel(val formatValue: (Float) -> String = { it.toInt().toString() + "%" }, val label: String) : CircularMeterContent
Display a formatted value with a label below it, both centred in the ring.