pages property

List<IntroModel> pages
final

The list of pages to display in the onboarding flow. Pages are of type IntroModel, and are rendered in order.

Implementation

final List<IntroModel> pages;