globalToLocal method

Offset? globalToLocal(
  1. Offset global
)

Converts the global position to the local position in the widget.

Implementation

Offset? globalToLocal(Offset global) => _state._globalToLocal(global);