CustomAnimationPage constructor

CustomAnimationPage({
  1. Key? key,
  2. Widget? title,
  3. String? buttonTitle,
  4. String? applyEmailChanges(
    1. String?
    )?,
  5. dynamic validate()?,
  6. Color? buttonColor,
  7. String? emailHint,
  8. String? passwordHint,
  9. Color? colors,
  10. List<String>? stateMachines,
  11. String? applyPasswordChanges(
    1. String?
    )?,
  12. List<String>? doubleInputList,
  13. List<String>? boolInputList,
  14. String? imageName,
  15. List<String>? initialsSetAnimations,
  16. bool? isAsset,
})

Implementation

CustomAnimationPage({
  Key? key,
  this.title,
  this.buttonTitle,
  this.applyEmailChanges,
  this.validate,
  this.buttonColor,
  this.emailHint,
  this.passwordHint,
  this.colors,
  this.stateMachines,
  this.applyPasswordChanges,
  this.doubleInputList,
  this.boolInputList,
  this.imageName,
  this.initialsSetAnimations,
  this.isAsset,
}) : super(key: key);