setValue method

void setValue(
  1. String v
)

Sets the value of the textarea (parity with bubbles).

Implementation

void setValue(String v) {
  value = v;
}