indentation property

double indentation
final

The number of pixels by which child nodes will be offset in the cross axis based on their TreeViewNode.depth.

If zero, can alternatively offset children in TreeView.treeRowBuilder for more options to customize the indented space.

Implementation

final double indentation;