scrollWidth property

int scrollWidth

Implementation

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