items property

List items
final

List of items to display as buttons. Each item can be a String, int, double, or Widget.

Implementation

final List<dynamic> items;