unsetInvisible method

void unsetInvisible()

Implementation

void unsetInvisible() {
  attrs &= ~CellAttr.invisible;
}