offsetTop property - Element class - dart:html library (original) (raw)
int getoffsetTop
Implementation
int get offsetTop => JS<num>('num', '#.offsetTop', this).round();
int getoffsetTop
int get offsetTop => JS<num>('num', '#.offsetTop', this).round();