horizontalScrollController property

ScrollController horizontalScrollController
getter/setter pair

ScrollController is set by the canvas, it is used by others class to control the scroll when the user move the nodes for a area outside the visible canvas

Implementation

late ScrollController horizontalScrollController;