We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//tvlib/org.mjdev.tvlib.extensions/ComposeExt/rememberFocusState
[androidJvm]\
@Composable
fun rememberFocusState(initial: FocusState = FocusHelper(false)): MutableState<FocusState>
fun rememberFocusState(key: Any?, initial: FocusState = FocusHelper(false)): MutableState<FocusState>