pageYOffset property

int get pageYOffset

Implementation

int get pageYOffset => JS<num>('num', '#.pageYOffset', this).round();