listPadding property

EdgeInsets? listPadding
final

The padding to apply around the message list.

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

Implementation

final EdgeInsets? listPadding;