scrollController property

ScrollController? scrollController
final

A scroll controller that can be used for the scrolling of the first level lists. This must be set if sliverList is set to true.

Implementation

final ScrollController? scrollController;