center property

void center=(Point<double> value)

The center of the distortion.

Defaults to (150.0, 150.0).

Implementation

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