standard constant

TreeViewIndentationType const standard

The default indentation of child TreeViewNodes in a TreeView.

Child nodes will be offset by 10 pixels for each level in the tree.

Implementation

static const TreeViewIndentationType standard =
    TreeViewIndentationType._internal(10.0);