offsetLeft 属性

int offsetLeft

实现

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