unActive method

void unActive()

Implementation

void unActive() {
  _active.value = false;
  unfocus();
}