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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val toggleExpand: (id: Int) -> Unit