onPrevious property
final
A function called when the introductionScreen moved to the previous page where the page provided is the page where the user currently moved to
Implementation
final void Function(IntroductionPage)? onPrevious;
A function called when the introductionScreen moved to the previous page where the page provided is the page where the user currently moved to
final void Function(IntroductionPage)? onPrevious;