liveview-native / liveview-native/liveview-client-jetpack
JetPack -> Modifiers -> Actions: Modifier.selectable( selected: Boolean, interactionSource: MutableInteractionSource, indication: Indication?, enabled: Boolean, role: Role?, onClick: () -> Unit )
Open
- Dominant language
- Kotlin
- Stars
- 139
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Doc: https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#(androidx.compose.ui.Modifier).selectable(kotlin.Boolean,androidx.compose.foundation.interaction.MutableInteractionSource,androidx.compose.foundation.Indication,kotlin.Boolean,androidx.compose.ui.semantics.Role,kotlin.Function0)
Configure component to be selectable, usually as a part of a mutually exclusive group, where only one item can be selected at any point in time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.