headerPadding property

  1. @override
EdgeInsetsGeometry headerPadding
final

The padding for the header section. Defaults to EdgeInsets.fromLTRB(0, 16, 0, 0).

It is recommended to set the horizontal padding to 0. This ensures that the elements such as the scrollbar is not overlapped by the content.

Implementation

@override
final EdgeInsetsGeometry headerPadding;