itemWidgets property

List<Widget> itemWidgets
final

A list of Widgets that have a parent tab item to the itemTitles. Make sure the Widgets have the same index as the title, e.g: itemTitles: "Text Ryan", "Call Amanda", "Facetime Fouzan", textRyanView(), callAmandaView(), facetimeFouzanView()

Implementation

final List<Widget> itemWidgets;