show method

void show()

Requests that the text input control become visible.

Implementation

void show() {
  assert(attached);
  TextInput._instance._show();
}