scrollController property

ScrollController? scrollController
final

Use this to utilize your own ScrollController instance created by you or by other widgets outside of this widget. If no scroll controller is provider, the widget will use a default one.

Implementation

final ScrollController? scrollController;