MultiLevelState
class MultiLevelState(val selectedCollection: MutableState<ComposeTheme.Collection?>, val selectedGroup: MutableState<ComposeTheme.Group?>, val selectedVariant: MutableState<Variant?>, val collections: List<ComposeTheme.Collection>, val groups: List<ComposeTheme.Group>, val variants: List<Variant>, val showCollectionPicker: Boolean, val showVariantPicker: Boolean, val themesOfSelectedGroup: List<ComposeTheme.Theme>)
Constructors
Link copied to clipboard
constructor(selectedCollection: MutableState<ComposeTheme.Collection?>, selectedGroup: MutableState<ComposeTheme.Group?>, selectedVariant: MutableState<Variant?>, collections: List<ComposeTheme.Collection>, groups: List<ComposeTheme.Group>, variants: List<Variant>, showCollectionPicker: Boolean, showVariantPicker: Boolean, themesOfSelectedGroup: List<ComposeTheme.Theme>)