scrollWidth property - Element class - dart:html library
description
int get scrollWidth => JS<num>('num', '#.scrollWidth', this).round();