setValue method

void setValue(
  1. String s
)

Sets the value of the text input (parity with bubbles).

Implementation

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