Introduction constructor
- required IntroductionOptions options,
- Widget? child,
- ScrollPhysics? physics,
- IntroductionService? service,
- Key? key,
Implementation
const Introduction({
required this.navigateTo,
required this.options,
this.child,
this.physics,
this.service,
super.key,
});