scroll abstract method
Scrolls this element in x and/or y direction by pixels.
ScrollOptions is currently not supported. https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll
Implementation
Future<void> scroll({int? x, int? y});
Scrolls this element in x and/or y direction by pixels.
ScrollOptions is currently not supported. https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll
Future<void> scroll({int? x, int? y});