Section

fun Section(@StringRes title: Int?, error: String?, modifier: Modifier = Modifier, isSelected: Boolean = false, addVerticalPadding: Boolean = true, contentOutsideCard: @Composable () -> Unit = {}, contentInCard: @Composable () -> Unit)

This is a simple section that holds content in a card view. It has a label, content specified by the caller, and an error string.