footerPadding property

  1. @override
EdgeInsetsGeometry footerPadding
final

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

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