contentList property

List<Widget> contentList
final

List of widgets corresponding to each heading.

Each widget is displayed in the content area and corresponds to a heading at the same index in headingList.

Implementation

final List<Widget> contentList;