OnboardingConfig constructor
const
OnboardingConfig({
- Color? scaffoldBackgroundColor,
- ScrollBehavior? scrollBehavior,
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- TextStyle? termsStyle,
- Color? buttonColor,
- Color? buttonTextColor,
- double? buttonBorderRadius,
- Color? checkboxActiveColor,
- Color? checkboxCheckColor,
- double imageWidth = 200,
- double imageHeight = 200,
- BoxFit imageFit = BoxFit.contain,
- double imageBorderRadius = 12,
- Color? progressBarColor,
- Color? progressBarBackgroundColor,
- IconData? progressBarIcon,
- TextStyle? progressTextStyle,
Implementation
const OnboardingConfig({
this.scaffoldBackgroundColor,
this.scrollBehavior,
this.titleStyle,
this.subtitleStyle,
this.termsStyle,
this.buttonColor,
this.buttonTextColor,
this.buttonBorderRadius,
this.checkboxActiveColor,
this.checkboxCheckColor,
this.imageWidth = 200,
this.imageHeight = 200,
this.imageFit = BoxFit.contain,
this.imageBorderRadius = 12,
this.progressBarColor,
this.progressBarBackgroundColor,
this.progressBarIcon,
this.progressTextStyle,
});