从当前位置偏移offset的位置滑动
offset
Future<void> scrollBy(double x, double y) => _emitCommand(ControllerEnumType.scrollBy, value: FPosition(x, y));