margin property

EdgeInsets margin
final

optional parameter margin can be set to make more space if you have action buttons in your app bar, or if your list item titles are especially short (or long), default is EdgeInsets.fromLTRB(60, 0, 60, 0)

Implementation

final EdgeInsets margin;