The distance this window has been scrolled vertically.
int get scrollY => JS('bool', '("scrollY" in #)', this) ? JS('num', '#.scrollY', this).round() : document.documentElement.scrollTop;