setLocation method Null safety
Sets the window location.
TODO(jingbian): Remove this, prefer setter.
Implementation
void setLocation(Point<int> point) {
location = point;
}
Sets the window location.
TODO(jingbian): Remove this, prefer setter.
void setLocation(Point<int> point) {
location = point;
}