scrollController property

ScrollController? scrollController

Get the ScrollController used by the SlidingPanel.

This is exactly the same controller used in the PanelContent.

Implementation

ScrollController? get scrollController => _scrollController;