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