offsetWidth property

int get offsetWidth

Implementation

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