show method

dynamic show()

Implementation

show() {
  assert(_overlayDescArray.isNotEmpty, "Guider array must be not empty!");
  _showActual();
}