items property

List<T> Function() items
final

Reactive getter returning the list of items to render.

Implementation

final List<T> Function() items;