AnimationView constructor
AnimationView(
- AnimationModel model,
- Widget? child
Implementation
AnimationView(this.model, this.child) : super(key: ObjectKey(model));
AnimationView(this.model, this.child) : super(key: ObjectKey(model));