int offsetLeft

Source

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