Scroll constructor
Creates a scroll command that will attempt to scroll a scrollable view by
dragging a widget located by the given finder
.
Implementation
Scroll(super.finder, this.dx, this.dy, this.duration, this.frequency, {super.timeout});
Creates a scroll command that will attempt to scroll a scrollable view by
dragging a widget located by the given finder
.
Scroll(super.finder, this.dx, this.dy, this.duration, this.frequency, {super.timeout});