controller property

TreeViewController<T> controller
latefinal

The controller for the TreeView. It manages the data and selected key.

Implementation

late final TreeViewController<T> controller;