scrollWidth property Null safety

int scrollWidth

Implementation

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