scrollBy method
void scrollBy(Source
void scrollBy([options_OR_x, num y]) { if (options_OR_x == null && y == null) { _blink.BlinkElement.instance.scrollBy_Callback_0_(this); return; } if ((options_OR_x is Map) && y == null) { _blink.BlinkElement.instance.scrollBy_Callback_1_(this, options_OR_x); return; } if ((y is num) && (options_OR_x is num)) { _blink.BlinkElement.instance.scrollBy_Callback_2_(this, options_OR_x, y); return; } throw new ArgumentError("Incorrect number or type of arguments"); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Element/scrollBy.html