items property

List<T> items
final

Padding for each individual item. List of items to be displayed.

Implementation

// final EdgeInsets itemPadding;

/// List of items to be displayed.
final List<T> items;