DebugInfoViewContent

data class DebugInfoViewContent(val content: @Composable ColumnScope.() -> Unit, val visible: StateFlow<Boolean>, val name: String)

Constructors

Link copied to clipboard
constructor(content: @Composable ColumnScope.() -> Unit, visible: StateFlow<Boolean>, name: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val visible: StateFlow<Boolean>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int