isCollapsed method

bool isCollapsed()

Returns true if the list is currently collapsed. Otherwise false

Implementation

bool isCollapsed() {
  return value == ExpandableSliverListStatus.collapsed;
}