hides property

bool hides

Implementation

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