isExpanded property

bool isExpanded

Implementation

bool get isExpanded {
  return this == ExpandingCardState.expanded;
}