setValue method

void setValue(
  1. String v
)

Implementation

void setValue(String v) {
  controller!.text = v;
}