int pageYOffset

Source

@DomName('Window.pageYOffset')
@DocsEditable()
int get pageYOffset => JS('num', '#.pageYOffset', this).round();