Flow Row Components Container
fun FlowRowComponentsContainer(title: String? = null, spacing: Dp, modifier: Modifier = Modifier, content: @Composable () -> Unit)
DHIS2 FlowRowComponentsContainer wraps Material 3 FlowRow.
Parameters
title
: is the value of the text to be shown for the row.
spacing
: is the distance in dp between the row items.
modifier
: optional modifier.
content
: controls the content to be shown.