StateMachineTriggerAnimation constructor
StateMachineTriggerAnimation({
- Key? key,
- Widget? title,
- String? applyEmailChanges()?,
- dynamic validate()?,
- String? emailHint,
- String? passwordHint,
- Color? colors,
- Color? buttonColor,
- List<
String> ? stateMachines, - String? buttonTitle,
- String? applyPasswordChanges()?,
- List<
String> ? doubleInputList, - List<
String> ? boolInputList, - String? imageName,
- List<
String> ? initialsSetAnimations, - bool? isAsset,
Implementation
StateMachineTriggerAnimation({
Key? key,
this.title,
this.applyEmailChanges,
this.validate,
this.emailHint,
this.passwordHint,
this.colors,
this.buttonColor,
this.stateMachines,
this.buttonTitle,
this.applyPasswordChanges,
this.doubleInputList,
this.boolInputList,
this.imageName,
this.initialsSetAnimations,
this.isAsset,
}) : super(key: key);