isVisible method

bool isVisible()

Implementation

bool isVisible() {
  return visible ?? true;
}