Row Component Container
fun RowComponentContainer(title: String? = null, modifier: Modifier = Modifier, content: @Composable () -> Unit)
DHIS2 RowComponentContainer wraps Material 3 Row
Parameters
title
: is the value of the text to be shown for the row.
content
: controls the content to be shown.
modifier
: optional modifier.