offsetLeft property Null safety

int offsetLeft

Implementation

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