blur method

void blur()

Blur the table.

Implementation

void blur() {
  _focused = false;
  updateViewport();
}