indentation property
This is the indentation applied to the start of an item. Indentation.width will be multiplied by INode.level before being applied. ** e.g. if the node level is 2 and Indentation.width is 8, then the start padding applied to an item will be 2*8 = 16
** By default IndentStyle.none is used and indentation lines are not drawn.
Only the indentation.width
will be used to add padding to the start of
the content.
- To draw indents change the style to IndentStyle.squareJoint or IndentStyle.roundJoint
- To draw only scoping lines, change the style to IndentStyle.scopingLine The IndentStyle, width, color and thickness are fully customizable.
Implementation
final Indentation indentation;