DebugDrawerRegion

fun DebugDrawerRegion(label: String, id: String = label, image: @Composable () -> Unit? = null, description: String = "", drawerState: DebugDrawerState, collapsible: Boolean = true, itemSpacing: Dp = DebugDrawerDefaults.ITEM_SPACING, content: @Composable ColumnScope.() -> Unit)