topLeft property

void topLeft=(Point<double> value)

Implementation

set topLeft(Point<double> value) {
  _topLeft.value = value;
}