toLocal method

Offset toLocal(
  1. Offset global
)

Implementation

Offset toLocal(Offset global) {
  return transform.toScene(global);
}