int offsetTop

Source

@DomName('Element.offsetTop')
@DocsEditable()
int get offsetTop => JS('num', '#.offsetTop', this).round();