select method

void select(
  1. String text
)

Implementation

void select(String text) {
  this._textEditingController.text = text;
  this.hide();
}