Measurement Title

fun MeasurementTitle(modifier: Modifier = Modifier, type: MeasurementType, endContent: @Composable ColumnScope.() -> Unit? = null)

Component used to display the related title and representative icon based on the type

Parameters

modifier

The modifier to apply to the component

type

The type of the measurement

endContent

Custom optional content to display at the end of the title