initWithPosition method

  1. @override
void initWithPosition(
  1. double duration,
  2. Point<double> position
)
override

Implementation

@override
void initWithPosition(double duration, math.Point<double> position) {
  super.initWithPosition(duration, position);
  _endPosition = position;
}