TextArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false)
cols - number of columns
cols
rows - number of rows
rows
value - text input value
value
label - label text bound to the input element
label
rich - determines if label can contain HTML code
rich
Constructor