scrollWidth property

int scrollWidth
@DocsEditable(), @DomName('Element.scrollWidth')

Implementation

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