scrollController property

ScrollController? scrollController
final

The scroll controller attached to this scroll view.

When omitted, a new ScrollController will be created. When one is provided, it will be used instead the it will not be automatically disposed when this widget is disposed.

Implementation

final ScrollController? scrollController;