TweenView constructor
TweenView(
- TweenModel model,
- Widget? child,
- AnimationController? controller
Implementation
TweenView(this.model, this.child, this.controller)
: super(key: ObjectKey(model));