toNative method

Offset toNative()

Creates a Dart Offset instance from this GPoint.

Implementation

Offset toNative() {
  return Offset(x, y);
}