scrollController property

ScrollController? scrollController
final

When the position cannot be determined, such as NestedScrollView. Mainly used to trigger events. NOTE: You also need to bind this to your Scrollable.controller.

Implementation

final ScrollController? scrollController;