controller property

ScrollController? controller
final

Optional scroll controller for the tree's scroll view.

Type: ScrollController?. Allows external control of scrolling behavior and position within the tree view.

Implementation

final ScrollController? controller;