androidx.compose.ui.state
Kotlin
|Java
Enums
ToggleableState |
Enum that represents possible toggleable states. |
Top-level functions summary
ToggleableState |
ToggleableState(value: Boolean) Return corresponding ToggleableState based on a Boolean representation |
Top-level functions
ToggleableState
fun ToggleableState(value: Boolean): ToggleableState
Return corresponding ToggleableState based on a Boolean representation
Parameters | |
---|---|
value: Boolean | whether the ToggleableState is on or off |