Attempts to drag the given widget by the given offset, by starting a drag in the middle of the widget.
If the middle of the widget is not exposed, this might send events to another object.
Source
Future<Null> scroll(Finder finder, Offset offset, { int pointer: 1 }) { return scrollAt(getCenter(finder), offset, pointer: pointer); }