AnimationView constructor

AnimationView(
  1. AnimationModel model,
  2. Widget? child
)

Implementation

AnimationView(this.model, this.child) : super(key: ObjectKey(model));