Source set: Common
public val LocalFocusManager: ProvidableCompositionLocal<FocusManager> =
computedDefaultOf<FocusManager>("LocalFocusManager") { LocalOwner.currentValue.focusOwner }
The CompositionLocal that can be used to control focus within Compose.