liveview-native / liveview-client-jetpack

MIT License
75 stars 3 forks source link

JetPack -> Modifiers -> Focus: Modifier.onFocusChanged(onFocusChanged: (FocusState) -> Unit) #244

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).onFocusChanged(kotlin.Function1)

Add this modifier to a component to observe focus state events.