center property

void center=(Point<double> value)

The center of the screen.

Defaults to (150.0, 150.0).

Implementation

set center(Point<double> value) {
  _center.value = value;
}