padding property

EdgeInsetsGeometry padding
final

The amount of space to inset TreeIndentation.child.

The indentation of tree nodes will be added to this object, i.e., padding.add(EdgeInsetsDirectional.only(start: indentation)).

Defaults to EdgeInsets.zero.

Implementation

final EdgeInsetsGeometry padding;