setWidth method

void setWidth(
  1. int w
)

Sets the width of the textarea.

Implementation

void setWidth(int w) {
  _width = w;
}