pages property

List<Widget> pages
final

List of Widgets that will be displayed as pages.

Preferably, list of CupertinoOnboardingPage or WhatsNewPage widgets.

Implementation

final List<Widget> pages;