items property

List<DeckItem> items
final

The list of DeckItem data objects, where the content of child widgets is defined for both collapsed and expanded states.

Implementation

final List<DeckItem> items;