offsetLeft property - Element class - dart:html library
description
int get offsetLeft => JS<num>('num', '#.offsetLeft', this).round();