FastOnboardingView constructor
const
FastOnboardingView({
- Key? key,
- required List<
Widget> slides, - double stepDotSize = _kStepDotSize,
- String? doneText,
- String? nextText,
- String? skipText,
- bool allowToSkip = false,
- Color? stepDotColor,
- FastOnboardingViewController? controller,
- String? doneRoute,
- VoidCallback? onDone,
- VoidCallback? onSkip,
- Future<
void> onNext()?, - String homeLocation = '/',
- bool enableUserScrolling = true,
Implementation
const FastOnboardingView({
super.key,
required this.slides,
this.stepDotSize = _kStepDotSize,
this.doneText,
this.nextText,
this.skipText,
this.allowToSkip = false,
this.stepDotColor,
this.controller,
this.doneRoute,
this.onDone,
this.onSkip,
this.onNext,
this.homeLocation = '/',
this.enableUserScrolling = true,
});