scrollPadding property

EdgeInsets? scrollPadding
final

Padding for the scrollable part of the table. Primarily used to leave space for the scrollbars. If null, predefined insets will be used based on a target platform.

Implementation

final EdgeInsets? scrollPadding;