Dart
dart:html
DomRectReadOnly
left property
description
left property
num
left
override
The x-coordinate of the left edge.
Implementation
num
get
left => JS(
"num"
,
"#.left"
,
this
);