Dart
dart:html
Element
offsetLeft property
description
offsetLeft property
int
offsetLeft
Implementation
int
get
offsetLeft => JS(
'num'
,
'#.offsetLeft'
,
this
).round();