select method

void select()

Implementation

void select() {
  setSelectionRange(0, textLength ?? 0);
}