padding property

EdgeInsetsGeometry? padding
final

Padding around the entire tree view content.

Type: EdgeInsetsGeometry?. If null, uses 8 pixels on all sides. This padding is applied to the scroll view containing all tree items.

Implementation

final EdgeInsetsGeometry? padding;