DebugDrawerBuildInfos

fun DebugDrawerBuildInfos(drawerState: DebugDrawerState, isDebugBuild: Boolean, image: @Composable () -> Unit? = null, label: String = "Information", id: String = label, collapsible: Boolean = true, content: @Composable ColumnScope.() -> Unit = {})