toggleDebugIcon method

void toggleDebugIcon()

Implementation

void toggleDebugIcon() {
  if (_overlayEntry == null) {
    showDebugIcon();
  } else {
    closeDebugIcon();
  }
}