PreviewCardHeader

fun PreviewCardHeader(title: String, titleColor: Color = AppTheme.colors.textColor.primary, titleMaxLines: Int = 1, showDragControl: Boolean, showDivider: Boolean, trailingContent: @Composable RowScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}, beforeCloseClick: () -> Unit = {})