NativeTextFieldBehaviorModifier

Behavior that modifies the background and foreground of a TextField.

Functions

Link copied to clipboard
open fun renderBackground(textField: TextField, canvas: Canvas)

Allows custom rendering for textField's background NOTE: implementations should most likely update TextField.backgroundColor to ensure the results of this call are visible.

Link copied to clipboard
open fun renderForeground(textField: TextField, canvas: Canvas)

Allows custom rendering for textField's foreground.

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun contains(view: TextField, point: Point): Boolean
Link copied to clipboard
open fun install(view: TextField)
Link copied to clipboard
Link copied to clipboard
open fun render(view: TextField, canvas: Canvas)
Link copied to clipboard
open fun uninstall(view: TextField)