startCollapsed property

bool startCollapsed
latefinal

If set to true, this list will start collapsed, and will need to be expanded before any of the contents can be shown.

Please note that use of this is deprecated. Using this will override whatever value is set in ExpandableSliverListController's initialStatus.

Implementation

late final bool startCollapsed;