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