padding property

EdgeInsetsGeometry? padding
final

Padding around the tree view content.

Type: EdgeInsetsGeometry?. If null, uses 8 pixels on all sides. Applied to the entire tree view scroll area.

Implementation

final EdgeInsetsGeometry? padding;