dispose method

void dispose()

Called when the tween is disposed.

Implementation

void dispose() {
  _lerps.clear();
}