skipIndentAndPaint property

bool skipIndentAndPaint

Whether this entry should skip being indented.

Nodes with a level smaller or equal to treeRootLevel are not indented.

Implementation

bool get skipIndentAndPaint => level <= treeRootLevel;