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>>)