offsetLeft property

int get offsetLeft

Implementation

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