doesDraw property

bool get doesDraw

Implementation

bool get doesDraw {
  return !isHidden && !renderCollapsed;
}