Dart
dart:html
DomRectReadOnly
bottomLeft property
description
bottomLeft property
Point
<
num
>
bottomLeft
Implementation
Point
get
bottomLeft =>
new
Point(
this
.left,
this
.top +
this
.height);