jumpTo method

void jumpTo(
  1. Offset offset
)

Implementation

void jumpTo(Offset offset) => _state?._jumpTo(offset);