OneShotAnimationPage constructor

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

Implementation

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