contentPadding property

EdgeInsets contentPadding
final

Padding applied to the ListView content

This affects the internal spacing of the list items:

  • Left/Right: Creates margins on the sides (scrollbar stays at edge)
  • Top/Bottom: Creates spacing at the top and bottom of the list

Implementation

final EdgeInsets contentPadding;