offsetTop property - Element class - dart:html library (original) (raw)

description

int getoffsetTop

Implementation

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