bottomRight property

void bottomRight=(Point<double> value)

Implementation

set bottomRight(Point<double> value) {
  _bottomRight.value = value;
}