items property

List<T> items
final

A list of items used by the itemBuilder and secondaryItemBuilder.

For speed dials without labels you might directly pass the sub-buttons as widgets here.

If you want to show labels using the secondaryItemBuilder then either pass the necessary data with a custom class, a list of Maps, or a Tuple from the tuple package.

Implementation

final List<T> items;