listPadding property

EdgeInsets? listPadding
final

The padding to apply around the users list.

This defines the amount of space to inset the children of the users list from the edges of its container.

Implementation

final EdgeInsets? listPadding;