indent property

double indent
final

The amount of indent to apply for each level of the tree.

The indentation of tree nodes is calculated as follows:

final TreeEntry entry;
final IndentGuide guide;
final double indentation = entry.level * guide.indent;

Implementation

final double indent;