padding property

EdgeInsets? padding
final

The insets by which the scrollbar thumb and track should be padded.

When null, the inherited MediaQueryData.padding is used.

Defaults to null.

Implementation

final EdgeInsets? padding;