int offsetWidth

Source

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