onPrevious property

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