scrollWidth property - Element class - dart:html library

int get scrollWidth

Implementation

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