mode property
final
Determine when the introduction screens needs to be shown.
IntroductionScreenMode.showNever To disable introduction screens.
IntroductionScreenMode.showAlways To always show the introduction screens on startup.
IntroductionScreenMode.showOnce To only show the introduction screens once on startup.
Implementation
final IntroductionScreenMode mode;