controller property

TreeViewController? controller
final

If provided, the controller can be used to expand and collapse TreeViewNodes, or lookup information about the current state of the TreeView.

Implementation

final TreeViewController? controller;