jumpToWithSameOriginIndex method

void jumpToWithSameOriginIndex(
  1. double offset
)

Same as jumpTo but will keep the current origin-index.

Implementation

void jumpToWithSameOriginIndex(double offset) {
  return super.jumpTo(offset);
}