OneShotAnimationPage constructor
OneShotAnimationPage({
- Key? key,
- Widget? title,
- Color? colors,
- dynamic validate()?,
- String? applyPasswordChanges()?,
- String? applyEmailChanges()?,
- String? buttonTitle,
- String? imageName,
- String? emailHint,
- String? passwordHint,
- Color? buttonColor,
- List<
String> ? initialsSetAnimations, - List<
String> ? newSetAnimations, - 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);