isCollapsed property

bool get isCollapsed

Implementation

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