setHeight method

void setHeight(
  1. int h
)

Sets the height of the textarea.

Implementation

void setHeight(int h) {
  _height = h;
}