DebugDrawerActions
fun DebugDrawerActions(drawerState: DebugDrawerState, image: @Composable () -> Unit? = {
Icon(Icons.Default.Menu, null)
}, label: String = "Debug Drawer Actions", collapsible: Boolean = true, content: @Composable ColumnScope.() -> Unit = {})