openIfClose method

void openIfClose()

Implementation

void openIfClose() {
  if (!_isOverlayOpen) _openOverlay();
}