ExpandableSliverListController<T> constructor

ExpandableSliverListController<T>({
  1. ExpandableSliverListStatus initialStatus = ExpandableSliverListStatus.expanded,
})

Controller that'll be used to switch the list between collapsed and expanded.

Implementation

ExpandableSliverListController({
  ExpandableSliverListStatus initialStatus =
      ExpandableSliverListStatus.expanded,
}) : super(initialStatus);