ImpactInitPage constructor
ImpactInitPage({
- required dynamic RedirectTo,
- Color? ImpactLightPrimaryColor,
- Color? ImpactLightSecondaryColor,
- Color? ImpactDarkPrimaryColor,
- Color? ImpactDarkSecondaryColor,
- ImpactSpinKitLoading? ImpactLoadingForm,
- Color? ImpactLoadingFormClr,
- double? ImpactLoadingFormSize,
- ImpactLanguages? Lang,
Implementation
ImpactInitPage({
required this.RedirectTo ,
this.ImpactLightPrimaryColor ,
this.ImpactLightSecondaryColor ,
this.ImpactDarkPrimaryColor ,
this.ImpactDarkSecondaryColor ,
this.ImpactLoadingForm ,
this.ImpactLoadingFormClr ,
this.ImpactLoadingFormSize ,
this.Lang ,
});