pages property

List<Widget> pages
final

A list of pages (widgets) to display in the body based on the selected index.

Implementation

final List<Widget> pages = [HomePage(), AboutPage()];