controller property

TreeSliverController? controller
final

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

Implementation

final TreeSliverController? controller;