padding property
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;
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.
final EdgeInsetsGeometry? padding;