DebugDrawerState

data class DebugDrawerState(val drawerState: DrawerState, expandSingleOnly: Boolean = false, expandedIds: MutableState<List<String>>)

Constructors

Link copied to clipboard
constructor(drawerState: DrawerState, expandSingleOnly: Boolean = false, expandedIds: MutableState<List<String>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun collapse(vararg ids: String)
Link copied to clipboard
Link copied to clipboard
fun expand(vararg ids: String)
Link copied to clipboard
Link copied to clipboard
fun isExpanded(id: String, collapsible: Boolean): Boolean
Link copied to clipboard