itemBuilder property

TabPaneItemBuilder<T> itemBuilder
final

Builder function to create tab child widgets from data items.

Type: TabPaneItemBuilder<T>. Called for each tab item to create the visual representation in the tab bar. Should return a TabChild widget.

Implementation

final TabPaneItemBuilder<T> itemBuilder;