Column Component Container
fun ColumnComponentContainer(subTitle: String? = null, modifier: Modifier = Modifier, content: @Composable () -> Unit)
DHIS2 ColumnComponentContainer wraps Material 3 Column has a default spacing between items of 16 dp
Parameters
sub Title
: is the value of the text to be shown for the component.
content
: controls the content to be shown.
modifier
: optional modifier.