tad
Scott
Kefas
Surface( color = MercuryTheme.colors.background, // Clear focus when tapping on app background. modifier = Modifier.clickable( interactionSource = remember { MutableInteractionSource() }, indication = null, ) { focusManager.clearFocus() } ) { // Rest of app }
focusManager
LocalFocusManager.current
A modern programming language that makes developers happier.