renderBackground

open fun renderBackground(textField: TextField, canvas: Canvas)(source)

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

Parameters

textField

being rendered

canvas

to render onto