items property

List<String> items
final

Implementation

final List<String> items = List.generate(20, (index) => "Item ${index + 1}");