padding property

EdgeInsets? padding
final

The amount of space by which to inset the list contents.

It defaults to EdgeInsets.all(0).

Implementation

final EdgeInsets? padding;