getPixelOrigin method

CustomPoint<num>? getPixelOrigin()

Implementation

CustomPoint? getPixelOrigin() {
  return _pixelOrigin;
}