bottomLeft property

void bottomLeft=(Point<double> value)

Implementation

set bottomLeft(Point<double> value) {
  _bottomLeft.value = value;
}