Package-level declarations

Functions

Link copied to clipboard
fun MetricsScreen(firstMetric: MetricUiModel, modifier: Modifier = Modifier, secondMetric: MetricUiModel? = null, thirdMetric: MetricUiModel? = null, fourthMetric: MetricUiModel? = null, positionIndicator: @Composable () -> Unit? = null)

A screen to display metrics, e.g. workout metrics. It can display up to four metrics, and it's recommended that at least two metrics should be displayed.