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