Source set: Common
interface LegacyPlatformTextInputNode
Properties
softwareKeyboardController
Source set: Common
val softwareKeyboardController: SoftwareKeyboardController?
layoutCoordinates
Source set: Common
val layoutCoordinates: LayoutCoordinates?
legacyTextFieldState
Source set: Common
val legacyTextFieldState: LegacyTextFieldState?
textFieldSelectionManager
Source set: Common
val textFieldSelectionManager: TextFieldSelectionManager?
viewConfiguration
Source set: Common
val viewConfiguration: ViewConfiguration
Functions
launchTextInputSession
fun launchTextInputSession(block: suspend PlatformTextInputSession.() -> Nothing): Job?