horizontalController property

ScrollController? horizontalController
final

Controller for horizontal scrolling.

Allows programmatic control of horizontal scroll position and listening to scroll events. Only effective when horizontalOverflow enables scrolling.

Implementation

final ScrollController? horizontalController;