items property

List<TabPaneData<T>> items
final

List of tab data items to display in the tab pane.

Type: List<TabPaneData<T>>. Each item contains the data for one tab and will be passed to the itemBuilder to create the visual representation.

Implementation

final List<TabPaneData<T>> items;