SectionCard

fun SectionCard(    modifier: Modifier = Modifier,     isSelected: Boolean = false,     border: BorderStroke = MaterialTheme.getBorderStroke(isSelected),     content: @Composable () -> Unit)

This is the layout for the section card.