show method

dynamic show()

Implementation

show() {
  if (_overlayDescArray.isEmpty) return;
  _showActual();
}