depth property

int depth

The depth of the TreeRow in the TreeView.

Root TreeViewNodes have a depth of 0.

Equivalent to the xIndex.

Implementation

int get depth => xIndex;