StateMachineTriggerAnimation constructor

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