NiceOnboarding constructor
const
NiceOnboarding({
- Key? key,
- required List<
NiceOnboardingPage> pages, - VoidCallback? onComplete,
- VoidCallback? onSkip,
- bool showSkip = true,
- String? skipLabel,
- String? nextLabel,
- String? completeLabel,
- Color? dotColor,
- Color? activeDotColor,
- EdgeInsets? padding,
Implementation
const NiceOnboarding({
super.key,
required this.pages,
this.onComplete,
this.onSkip,
this.showSkip = true,
this.skipLabel,
this.nextLabel,
this.completeLabel,
this.dotColor,
this.activeDotColor,
this.padding,
});