indent property

double indent
final

Used to calculate the spacing of each nesting level of TreeNode.

TreeNode indentation: [TreeNode.depth] * [TreeViewTheme.indent].

Defaults to 40.0

Implementation

final double indent;