offsetLeft property - Element class - dart:html library (original) (raw)

description

int getoffsetLeft

Implementation

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