isCollapsed property

bool isCollapsed

Implementation

bool get isCollapsed {
  return this == ExpandingCardState.collapsed;
}