Indicator
fun Indicator(title: String, content: String? = null, modifier: Modifier = Modifier, indicatorColor: Color = SurfaceColor.ContainerHigh, useMarkdown: Boolean = false)
DHIS2 Indicator. Wraps compose Row. A component designed to display indicators, each featuring a key and a value, is complemented by a color badge for visual distinction. This configuration allows for clear and efficient presentation of important data points.
Parameters
title
: the header to be displayed.
content
: description to be displayed.
modifier
: optional modifier.
indicator Color
: indicator main color.
use Markdown
: enables title and content to be rendered as Markdown