padding property

EdgeInsets? padding
final

The padding to include around the scrollable part of the widget.

If null, no padding is applied.

Implementation

final EdgeInsets? padding;