kvision / pl.treksoft.kvision.form.text / TextAreaInput / textAreaInput

textAreaInput

fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): Unit

DSL builder extension function

It takes the same parameters as the constructor of the built component.