doesDraw property

bool doesDraw

Implementation

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