SharedExpandState
class SharedExpandState(val expanded: SnapshotStateList<Int>, val expandSingleOnly: MutableState<Boolean>, val toggleExpand: (id: Int) -> Unit)
Constructors
Link copied to clipboard
constructor(expanded: SnapshotStateList<Int>, expandSingleOnly: MutableState<Boolean>, toggleExpand: (id: Int) -> Unit)