isPopOpen method

dynamic isPopOpen()

Implementation

isPopOpen() {
  myLogAll('isPopOpen');
  return !isNull(overlayEntry);
}