scrollWidth 属性

int scrollWidth

实现

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