items property

ValueNotifier<List<T>> get items

Items to show in the list

Implementation

ValueNotifier<List<T>> get items => _items;