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