onNext property

(void Function(IntroductionPage)?) onNext
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;