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