hides property

bool get hides

Implementation

bool get hides {
  return expandedHeight == 0.0 || collapsedHeight == 0.0;
}