Used to calculate the spacing of each nesting level of TreeNode.
TreeNode indentation: [TreeNode.depth] * [TreeViewTheme.indent].
[TreeNode.depth] * [TreeViewTheme.indent]
Defaults to 40.0
40.0
final double indent;