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