ToggleableState
Kotlin
|Java
enum class ToggleableState
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.ui.state.ToggleableState> | |
↳ | androidx.compose.ui.state.ToggleableState |
Enum that represents possible toggleable states.
Summary
Enum values | |
---|---|
State that means that on/off value of a component cannot be determined |
|
State that means a component is off |
|
State that means a component is on |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
Indeterminate
enum val Indeterminate : ToggleableState
State that means that on/off value of a component cannot be determined