offsetWidth property Null safety

int offsetWidth

Implementation

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