ImpactInitPage constructor

ImpactInitPage({
  1. required dynamic RedirectTo,
  2. Color? ImpactLightPrimaryColor,
  3. Color? ImpactLightSecondaryColor,
  4. Color? ImpactDarkPrimaryColor,
  5. Color? ImpactDarkSecondaryColor,
  6. ImpactSpinKitLoading? ImpactLoadingForm,
  7. Color? ImpactLoadingFormClr,
  8. double? ImpactLoadingFormSize,
  9. ImpactLanguages? Lang,
})

Implementation

ImpactInitPage({
  required this.RedirectTo        ,
  this.ImpactLightPrimaryColor    ,
  this.ImpactLightSecondaryColor  ,
  this.ImpactDarkPrimaryColor     ,
  this.ImpactDarkSecondaryColor   ,
  this.ImpactLoadingForm          ,
  this.ImpactLoadingFormClr       ,
  this.ImpactLoadingFormSize      ,
  this.Lang                       ,
});