none constant

Configures no offsetting of child nodes in a TreeView.

Useful if the indentation is implemented in the TreeView.treeNodeBuilder instead for more customization options.

Child nodes will not be offset in the tree.

Implementation

static const TreeViewIndentationType none =
    TreeViewIndentationType._internal(0.0);