items property

List<T> items
final

The grid items. Should all be the same height.

Implementation

final List<T> items;