pageYOffset property Null safety

int pageYOffset

Implementation

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