controller property

TreeController<T> controller
final

The object responsible for providing access to tree nodes and its states.

This widget will listen to the notifications of this controller and rebuild the internal flat represetantion of the tree to make sure the presented tree view is always up to date.

Implementation

final TreeController<T> controller;