indentPadding property
This is the padding is applied to the start of an item. indentPadding
will be multiplied by INode.level before being applied.
** e.g. if the node level is 2 and indentPadding
is 8, then the start
padding applied to an item will be 2*8 = 16
Implementation
final double? indentPadding;