LocalSoftwareKeyboardController
Property
Common
val LocalSoftwareKeyboardController = staticCompositionLocalOf<SoftwareKeyboardController?> { null }
The CompositionLocal
to provide a SoftwareKeyboardController
that can control the current
software keyboard.
Will be null if the software keyboard cannot be controlled.