NativeTextFieldBehaviorModifierBuilder
Allows more control over how native TextFields are styled. The given behavior is delegated to for all visual styling, and has the ability to render any background or foreground along with the browser's layer.
Functions
Link copied to clipboard
abstract operator fun invoke(textField: TextField, behavior: NativeTextFieldBehaviorModifier): TextFieldBehavior
Wraps behavior with other native styling for text fields.