Dart
dart:math
Rectangle
<
T extends num
>
bottomLeft property
description
bottomLeft property
Point
<
T
>
bottomLeft
inherited
Implementation
Point<T>
get
bottomLeft =>
new
Point<T>(
this
.left,
this
.top +
this
.height);