PreferenceSection

Types

Link copied to clipboard
sealed class Expandable
Link copied to clipboard
class ExpandableState(expanded: () -> Boolean, toggle: () -> Unit) : PreferenceSection.ExpandState
Link copied to clipboard
interface ExpandState
Link copied to clipboard
class SharedExpandState(val expanded: SnapshotStateList<Int>, val expandSingleOnly: MutableState<Boolean>, val toggleExpand: (id: Int) -> Unit)