Expand description
BasicTextField widget for editable text input.
This module provides the BasicTextField composable following Jetpack Compose’s
BasicTextField pattern from compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/BasicTextField.kt.
Structs§
- Basic
Text Field Options - Options for customizing BasicTextField appearance and behavior.
Constants§
- SELECTION_
HIGHLIGHT_ ALPHA - Alpha of the selection highlight relative to the field’s accent
([
TextFieldOptions::cursor_color]): the reference highlight is the tint at ~0.32 opacity, while the caret and both selection handles carry it solid — one accent drives all three.
Functions§
- Basic
Text Field - When to use
- Basic
Text Field With Options - Creates an editable text field with custom options.