standard constant

TreeSliverIndentationType const standard

The default indentation of child TreeSliverNodes in a TreeSliver.

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

Implementation

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