SectionCard

fun SectionCard(modifier: Modifier = Modifier, shape: Shape = MaterialTheme.shapes.medium, isSelected: Boolean = false, backgroundColor: Color = MaterialTheme.stripeColors.component, border: BorderStroke = MaterialTheme.getBorderStroke(isSelected), content: @Composable () -> Unit)

This is the layout for the section card.