paneScrollController property

ScrollController paneScrollController
getter/setter pair

The scroll controller used to keep the scrolling state of the list view when the display mode is switched between open and compact, and even keep it for the minimal state.

It's also used to display and control the Scrollbar introduced by the panes.

Implementation

late ScrollController paneScrollController;