initialItems property

List<T> initialItems
final

The initial list of items that'll be displayed in this list. This list will be copied and used to keep track of the items that the animated list should be displaying.

Implementation

final List<T> initialItems;