offsetWidth property

int offsetWidth

Implementation

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