scrollWidth property

int get scrollWidth

Implementation

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