offsetWidth 属性

int offsetWidth

实现

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