contentPadding property

  1. @override
EdgeInsetsGeometry contentPadding
final

The padding for the content section. Defaults to EdgeInsets.symmetric(vertical: 12).

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 contentPadding;