scroll top-level property
({void Function([ScrollToOptions? options]) $1, void Function(num x, num y) $2})
get
scroll
Overload accessor: $1, $2
Implementation
({
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scroll)
void Function([_i3.ScrollToOptions? options]) $1,
/// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/scroll)
void Function(
_i2.num x,
_i2.num y,
) $2,
}) get scroll => (
$1: _scroll$1,
$2: _scroll$2,
);