pages property
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;
The list of pages to display in the onboarding flow. Pages are of type IntroModel, and are rendered in order.
final List<IntroModel> pages;