scrollController property

ScrollController scrollController
final

The ScrollController that is connected to the scrollable widget in your app. This is used to track the scroll position and determine whether to hide or show the child widget.

Implementation

final ScrollController scrollController;