jumpTo method

void jumpTo(
  1. int index
)

Implementation

void jumpTo(int index) {
  if (index == currentIndex) return;
  vsync.jumpTo(getOffsetAngleFormTargetIndex(index));
}