CurveTween constructor

CurveTween({
  1. required Curve curve,
})

Creates a curve tween.

Implementation

CurveTween({required this.curve});