liveview-native / liveview-client-jetpack

MIT License
75 stars 3 forks source link

JetPack -> Modifiers -> Actions: Modifier.toggleable( value: Boolean, enabled: Boolean, role: Role?, onValueChange: (Boolean) -> Unit ) #212

Closed AZholtkevych closed 4 weeks ago

AZholtkevych commented 4 months ago

Doc: https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier#(androidx.compose.ui.Modifier).toggleable(kotlin.Boolean,kotlin.Boolean,androidx.compose.ui.semantics.Role,kotlin.Function1)

Configure component to make it toggleable via input and accessibility events